@ -759,6 +759,19 @@ void test_bereich1_falsche_antwort(void)
TEST_ASSERT_EQUAL_INT(falsche_antwort1, antwort1);
}
void test_bereich3_richtige_antwort(void)
{
/*arrange*/
int richtige_antwort1 = 2;
int antwort1 = 0;
/*act*/
antwort1 = 2;
/*assert*/
TEST_ASSERT_EQUAL_INT(richtige_antwort1, antwort1);