|
@ -19,6 +19,7 @@ extern void test_pruefeAntwort_CorrectAnswer(void); |
|
|
extern void test_pruefeAntwort_WrongAnswer(void); |
|
|
extern void test_pruefeAntwort_WrongAnswer(void); |
|
|
extern void test_sportsCategoryInitialization(void); |
|
|
extern void test_sportsCategoryInitialization(void); |
|
|
extern void test_categorySelection_Cooking(void); |
|
|
extern void test_categorySelection_Cooking(void); |
|
|
|
|
|
extern void test_categorySelection_Sports(void); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*=======Mock Management=====*/ |
|
|
/*=======Mock Management=====*/ |
|
@ -92,6 +93,7 @@ int main(void) |
|
|
run_test(test_pruefeAntwort_WrongAnswer, "test_pruefeAntwort_WrongAnswer", 103); |
|
|
run_test(test_pruefeAntwort_WrongAnswer, "test_pruefeAntwort_WrongAnswer", 103); |
|
|
run_test(test_sportsCategoryInitialization, "test_sportsCategoryInitialization", 107); |
|
|
run_test(test_sportsCategoryInitialization, "test_sportsCategoryInitialization", 107); |
|
|
run_test(test_categorySelection_Cooking, "test_categorySelection_Cooking", 143); |
|
|
run_test(test_categorySelection_Cooking, "test_categorySelection_Cooking", 143); |
|
|
|
|
|
run_test(test_categorySelection_Sports, "test_categorySelection_Sports", 166); |
|
|
|
|
|
|
|
|
return UnityEnd(); |
|
|
return UnityEnd(); |
|
|
} |
|
|
} |