@ -408,6 +408,19 @@ void test_volume_from_3_4_5(void)
TEST_ASSERT_EQUAL_INT(expected, actual);
}
void test_area_from_3_4(void)
{
/* arrange */
int actual;
int expected = 12;
/* act */
actual = area(3, 4);
/* assert */
void test_stringLaenge_von_Kokosnuss(void)