fdai7820
11 months ago
9 changed files with 1092 additions and 132 deletions
-
526build/test/cache/test_duellist_spielesammlung_projekt.c
-
BINbuild/test/out/c/duellist-spielesammlung-projekt.o
-
BINbuild/test/out/c/test_duellist_spielesammlung_projekt.o
-
BINbuild/test/out/c/test_duellist_spielesammlung_projekt_runner.o
-
BINbuild/test/out/test_duellist_spielesammlung_projekt.out
-
526build/test/preprocess/files/test_duellist_spielesammlung_projekt.c
-
130build/test/results/test_duellist_spielesammlung_projekt.pass
-
38build/test/runners/test_duellist_spielesammlung_projekt_runner.c
-
4src/main/duellist-spielesammlung-projekt.h
@ -1,130 +0,0 @@ |
|||||
--- |
|
||||
:source: |
|
||||
:path: src/test |
|
||||
:file: test_duellist_spielesammlung_projekt.c |
|
||||
:successes: |
|
||||
- :test: test_coinflip_x_starts |
|
||||
:line: 11 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_coinflip_o_starts |
|
||||
:line: 23 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_vertical_win |
|
||||
:line: 35 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_horizontal_win |
|
||||
:line: 49 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_diagonal_win |
|
||||
:line: 62 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_valid_move_and_switch |
|
||||
:line: 76 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_invalid_input |
|
||||
:line: 92 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_valid_input |
|
||||
:line: 106 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_invalid_input_negative_row |
|
||||
:line: 121 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_invalid_input_overflow_column |
|
||||
:line: 135 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_NumberOfMoves_returns_correct_number_of_moves |
|
||||
:line: 149 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_BoardFull_returns_false_when_board_is_not_full |
|
||||
:line: 163 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_BoardFull_returns_true_when_board_is_full |
|
||||
:line: 176 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_CurrentPlayer_returns_correct_player |
|
||||
:line: 189 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_FieldEmpty_returns_true_for_empty_field |
|
||||
:line: 202 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_FieldEmpty_returns_false_for_nonempty_field |
|
||||
:line: 215 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_calculate_mines_HeightWidthOne |
|
||||
:line: 228 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_calculate_mines_WidthOne |
|
||||
:line: 242 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_calculate_mines_NormalCase |
|
||||
:line: 256 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_end_check_AllUncovered_NoMines |
|
||||
:line: 270 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_create_minefield_ValidDimensions |
|
||||
:line: 289 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_calculate_mines_HeightOne |
|
||||
:line: 314 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_create_minefield_NegativeDimensions |
|
||||
:line: 328 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_calculate_mines_HeightZero |
|
||||
:line: 342 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_calculate_mines_HeightWidthNumber |
|
||||
:line: 356 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_calculate_mines_HeightWidthAgan |
|
||||
:line: 370 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_calculate_mines_HeightWidthRoundUp |
|
||||
:line: 384 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_calculate_mines_HeightWidthNoRound |
|
||||
:line: 398 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
- :test: test_calculate_mines_HeightWidthFinal |
|
||||
:line: 412 |
|
||||
:message: '' |
|
||||
:unity_test_time: 0 |
|
||||
:failures: [] |
|
||||
:ignores: [] |
|
||||
:counts: |
|
||||
:total: 29 |
|
||||
:passed: 29 |
|
||||
:failed: 0 |
|
||||
:ignored: 0 |
|
||||
:stdout: [] |
|
||||
:time: 0.19413550000172108 |
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue