Browse Source
Merge branch 'Daniel' into 'main'
Merge branch 'Daniel' into 'main'
Daniel See merge request fdai7745/duellist-spielesammlung-projekt!6remotes/origin/Areeb
fdai7745
11 months ago
11 changed files with 117 additions and 62 deletions
-
18build/test/cache/test_duellist_spielesammlung_projekt.c
-
3build/test/dependencies/duellist-spielesammlung-projekt.d
-
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
-
18build/test/preprocess/files/test_duellist_spielesammlung_projekt.c
-
78build/test/results/test_duellist_spielesammlung_projekt.pass
-
28build/test/runners/test_duellist_spielesammlung_projekt_runner.c
-
18src/main/duellist-spielesammlung-projekt.c
-
16src/main/duellist-spielesammlung-projekt.h
@ -0,0 +1,3 @@ |
|||||
|
build/test/out/c/duellist-spielesammlung-projekt.o: \ |
||||
|
src/main/duellist-spielesammlung-projekt.c \ |
||||
|
src/main/duellist-spielesammlung-projekt.h |
@ -0,0 +1,78 @@ |
|||||
|
--- |
||||
|
: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 |
||||
|
:failures: [] |
||||
|
:ignores: [] |
||||
|
:counts: |
||||
|
:total: 16 |
||||
|
:passed: 16 |
||||
|
:failed: 0 |
||||
|
:ignored: 0 |
||||
|
:stdout: [] |
||||
|
:time: 0.04396939999423921 |
Write
Preview
Loading…
Cancel
Save
Reference in new issue