|
@ -12,9 +12,11 @@ void tearDown(void) |
|
|
{ |
|
|
{ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void test_minirechner_NeedToImplement(void) |
|
|
// test addition |
|
|
|
|
|
void test_minitaschenrechner_3_plus_4(void) |
|
|
{ |
|
|
{ |
|
|
TEST_IGNORE_MESSAGE("Need to Implement minirechner"); |
|
|
float result = addieren(3, 4); |
|
|
|
|
|
TEST_ASSERT_EQUAL(7, result); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#endif // TEST |
|
|
#endif // TEST |
xxxxxxxxxx