@ -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);