Browse Source

test_Mathe_multi

remotes/origin/Yasin
fdai7731 11 months ago
parent
commit
a9010f68cc
  1. 9
      src/test/c/test_Mathe.c

9
src/test/c/test_Mathe.c

@ -27,6 +27,15 @@ void test_Mathe_minus(void)
}
void test_Mathe_multi(void)
{
int a=berechneErgebnis(1,2,'*');
/* assert */
TEST_ASSERT_EQUAL_INT(a,2);
}

Loading…
Cancel
Save