Browse Source

test_Mathe_multi

main^2
fdai7731 11 months ago
parent
commit
0215a5f00d
  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