|
@ -27,7 +27,7 @@ void test_sub_int_1(void) |
|
|
TEST_ASSERT_EQUAL_DOUBLE(expected, result); // Überprüfung, ob das Ergebnis dem Erwarteten entspricht |
|
|
TEST_ASSERT_EQUAL_DOUBLE(expected, result); // Überprüfung, ob das Ergebnis dem Erwarteten entspricht |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void test_subtraktion_6_minus_5_subint(void) |
|
|
|
|
|
|
|
|
void test_sub_double_2(void) |
|
|
{ |
|
|
{ |
|
|
int result, expected = -1; // Erwartetes Ergebnis soll 1 sein |
|
|
int result, expected = -1; // Erwartetes Ergebnis soll 1 sein |
|
|
|
|
|
|
|
|