|
@ -14,6 +14,7 @@ extern void test_checkBallPosition_output_if_goal(void); |
|
|
extern void test_checkBallPosition_output_if_no_goal(void); |
|
|
extern void test_checkBallPosition_output_if_no_goal(void); |
|
|
extern void test_sortScoreboard_check_if_file_is_created(void); |
|
|
extern void test_sortScoreboard_check_if_file_is_created(void); |
|
|
extern void test_clearField_check_if_Playgroung_clear(void); |
|
|
extern void test_clearField_check_if_Playgroung_clear(void); |
|
|
|
|
|
extern void test_getStartPosition_check_given_position(void); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*=======Mock Management=====*/ |
|
|
/*=======Mock Management=====*/ |
|
@ -82,6 +83,7 @@ int main(void) |
|
|
run_test(test_checkBallPosition_output_if_no_goal, "test_checkBallPosition_output_if_no_goal", 31); |
|
|
run_test(test_checkBallPosition_output_if_no_goal, "test_checkBallPosition_output_if_no_goal", 31); |
|
|
run_test(test_sortScoreboard_check_if_file_is_created, "test_sortScoreboard_check_if_file_is_created", 47); |
|
|
run_test(test_sortScoreboard_check_if_file_is_created, "test_sortScoreboard_check_if_file_is_created", 47); |
|
|
run_test(test_clearField_check_if_Playgroung_clear, "test_clearField_check_if_Playgroung_clear", 64); |
|
|
run_test(test_clearField_check_if_Playgroung_clear, "test_clearField_check_if_Playgroung_clear", 64); |
|
|
|
|
|
run_test(test_getStartPosition_check_given_position, "test_getStartPosition_check_given_position", 86); |
|
|
|
|
|
|
|
|
return UnityEnd(); |
|
|
return UnityEnd(); |
|
|
} |
|
|
} |