|
@ -11,6 +11,7 @@ char* GlobalOrderError; |
|
|
extern void setUp(void); |
|
|
extern void setUp(void); |
|
|
extern void tearDown(void); |
|
|
extern void tearDown(void); |
|
|
extern void test_FcheckaufRichtigkeit_correct_answer_atIndex1(void); |
|
|
extern void test_FcheckaufRichtigkeit_correct_answer_atIndex1(void); |
|
|
|
|
|
extern void test_FcheckaufRichtigkeit_correct_answer_atIndex2(void); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*=======Mock Management=====*/ |
|
|
/*=======Mock Management=====*/ |
|
@ -76,6 +77,7 @@ int main(void) |
|
|
{ |
|
|
{ |
|
|
UnityBegin("test_casualQuiz.c"); |
|
|
UnityBegin("test_casualQuiz.c"); |
|
|
run_test(test_FcheckaufRichtigkeit_correct_answer_atIndex1, "test_FcheckaufRichtigkeit_correct_answer_atIndex1", 18); |
|
|
run_test(test_FcheckaufRichtigkeit_correct_answer_atIndex1, "test_FcheckaufRichtigkeit_correct_answer_atIndex1", 18); |
|
|
|
|
|
run_test(test_FcheckaufRichtigkeit_correct_answer_atIndex2, "test_FcheckaufRichtigkeit_correct_answer_atIndex2", 28); |
|
|
|
|
|
|
|
|
return UnityEnd(); |
|
|
return UnityEnd(); |
|
|
} |
|
|
} |