diff --git a/src/test/c/test_Mathe.c b/src/test/c/test_Mathe.c index 7d8ec5d..9f243e2 100644 --- a/src/test/c/test_Mathe.c +++ b/src/test/c/test_Mathe.c @@ -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); +} + + + +