@ -37,6 +37,17 @@ void test_Mathe_multi(void)
void test_Mathe_divided(void)
{
int a=berechneErgebnis(2,2,'/');
/* assert */
TEST_ASSERT_EQUAL_INT(a,1);
}