From b6a9ce2fa05c3e3bb49f5b1fe5262ed765ac9304 Mon Sep 17 00:00:00 2001 From: fdai7892 Date: Thu, 8 Feb 2024 23:37:39 +0100 Subject: [PATCH] mergen --- .../test_duellist_spielesammlung_projekt.c | 18 +++++------ .../c/test_duellist_spielesammlung_projekt.o | Bin 10168 -> 10144 bytes ...t_duellist_spielesammlung_projekt_runner.o | Bin 7114 -> 7092 bytes .../test_duellist_spielesammlung_projekt.c | 18 +++++------ ...t_duellist_spielesammlung_projekt_runner.c | 28 +++++++++--------- 5 files changed, 32 insertions(+), 32 deletions(-) diff --git a/build/test/cache/test_duellist_spielesammlung_projekt.c b/build/test/cache/test_duellist_spielesammlung_projekt.c index 74c99eb..c7841c4 100644 --- a/build/test/cache/test_duellist_spielesammlung_projekt.c +++ b/build/test/cache/test_duellist_spielesammlung_projekt.c @@ -16,7 +16,7 @@ void tearDown(void) {} -void test_coinflip_player_x_starts(void) { +void test_coinflip_x_starts(void) { @@ -44,7 +44,7 @@ void test_coinflip_player_x_starts(void) { -void test_coinflip_player_o_starts(void) { +void test_coinflip_o_starts(void) { @@ -166,7 +166,7 @@ void test_diagonal_win(void) { -void test_valid_move_and_switch_player(void) { +void test_valid_move_and_switch(void) { @@ -272,7 +272,7 @@ void test_valid_input(void) { -void test_invalid_input_type1(void) { +void test_invalid_input_negative_row(void) { @@ -304,7 +304,7 @@ void test_invalid_input_type1(void) { -void test_invalid_input_type2(void) { +void test_invalid_input_overflow_column(void) { @@ -336,7 +336,7 @@ void test_invalid_input_type2(void) { -void test_getNumberOfMoves_returns_correct_number_of_moves(void) { +void test_NumberOfMoves_returns_correct_number_of_moves(void) { @@ -352,7 +352,7 @@ void test_getNumberOfMoves_returns_correct_number_of_moves(void) { - int moves = getNumberOfMoves(&game); + int moves = NumberOfMoves(&game); @@ -420,7 +420,7 @@ void test_BoardFull_returns_true_when_board_is_full(void) { } -void test_getCurrentPlayer_returns_correct_player(void) { +void test_CurrentPlayer_returns_correct_player(void) { @@ -436,7 +436,7 @@ void test_getCurrentPlayer_returns_correct_player(void) { - Player currentPlayer = getCurrentPlayer(&game); + Player currentPlayer = CurrentPlayer(&game); diff --git a/build/test/out/c/test_duellist_spielesammlung_projekt.o b/build/test/out/c/test_duellist_spielesammlung_projekt.o index 7bf0ec4c005b05cfab59d5b317568befb9176236..a75d1065f9108779fcee57f88c0544f13edb41d5 100644 GIT binary patch delta 1361 zcmZXUZAep57{{MSy|&GlHn;h*GR^Cpff^$zLU4|-FKSXG2pMbX6v=jLTfPyj=!1R= z)U_A=^CMnaczB?0u4X)2QfhBb6I^42s{^7U=BuwX{Vi4MP&@sMgq&k!eZ=Fr}CgKr+%TV_A_U$Rw*& z%9-O|{ZYjmXagx%9e`Oql$1xy#i={j}X4>&NM0x%q#5vBoirOof_@P_!T zo`BK=*k=;6_ma0s^`V&b2S7OoEXvDG?KhlE5jRoYey3j)%*6rDf zCm8YuLP5Zs08ea>O};@x~tlLiav2aL&>s?Z^^;^XR71=J1MeEep%-RSpAL? zzp2(%N&Y%gx{mCo8Cl+OU>!faj&voEUUC)>)0^U4`cdqmCVN$8LNV}=*KE%Izk+x| ZzF^41<>oRMB73yIBn9cL!$uS^zh@IJS@4D=Tnf>42|C~EBd(S;n4X+yX zbr=uo81d;9%=HzF>C=w@5NFJey|rc#07wxOZhS?%r^a5h!@=L`=dl&B{0N;8fAu$dTHLK5$?60w>PtyUw40cZ$&_VUj&65)=!dBYjg(?;LKpR$Tkr#|nR5cp zp1BN5sMK=C;u-3776aa!jR6?vMR4*Cjao_qya;f}B=~FEu$)7r6l*1(r>oX-+0pB2 z8FIP->w2RA9tN@}Xxdtf8}!Rsg~#ZmT!Gi9Q!Y%`LLEJhK2M9=(+8OB=J>Wi&I~=5 z3w2rqeU+1N$GHL{#Tj>2B3m|it4t7}CSj7Xz1yvO*&21Fyx=@dV`$DiKpHcwIbZL;{t99wJ&V5|8d4;^v?3GsN0E< z30w(0R`^=yD@4BVteJ~BM7Ejy3?tDzQ%flnlf%RieVCLnnGPd$UPfx2hSJ)Ys1+R| zcbQa4hsgqyH(}&AlS)2Lp{z81nT0TNiAe<)Vkl-XivFCKvOU#49C$^DMzt-JunHgZ z=C4xRu!eD zK7um?7QoBeId2O;$>n9G6v(MvDd(fWw t6s_Aj5BibKe={cr0~441XgUX6=y$uF-JV9RlQ?QSoUYcIu3pa&{0Coh+V21W diff --git a/build/test/out/c/test_duellist_spielesammlung_projekt_runner.o b/build/test/out/c/test_duellist_spielesammlung_projekt_runner.o index 02e689ff7a87c4614fdf0dc7b36ad26362d99ada..54d0b70c7615514ba9a097e5a146027566d5a348 100644 GIT binary patch delta 759 zcmX?QzQvr=hmnT?1U^mVRA&4zQFl6{#l)l9tO4u{3_KIRDl-~QmSj|CE$3rk=$q`y zsLVPY$XYZxm(iQ?^5mUBneY4z3~M$&Wz=S5w3{r*EX^1?SrN7~HbD^r+p{n0Z{s>ejFqxM{ zn$cylCX2Le1tY@jzkeZS?}e&fF*y;a?#kp^AjvX$Cd(GFiumG^#G;a7hLY6clKABO z%)GRm%!0{- z%gHYX>dq<6&0~P5nLJ-gkC9>WIVqFLGuTWgUtm+8oG7h3S(W_&SAJeJCyn)Mh$ zUKk>I7$S=>M6P3qurovb1-IS^LnMJ&9$nES6h(73t4ee+io@e99yQXgNG429loFZj eFQv|d9BDv7Q8Dybg6IXt(oA67s7_9h&H@0|O{c&B delta 758 zcmdmDe#)HFhmnT?1pZCrRA&4$QFl6{%fzGFtTF5i3=$K+Dl^(mmSj|CZRTTOm^Imz zQJHlykhN}dE~7W&{mDClGRy)D3_CVIWz=S5be$~7EX|laSr5WHK*{ zG^5XCO%`d{21bP0fB!(7h0#z`z7% z?7|Q^iy`s|L*y%lhy=tqpqVg}budKi>M?{OFhq(lL{?&m+`|yzV}|+*ZoLhLNEWj^ zx}rHKik5Abl;~nqg+xVsMSO8dVo^ykLp(StlJhh3(sD8jU@^5zG65cIiBcky^`z8U d!7(>EQA(5_5>*hLkhs#Dyh|z@98ap!{Q#shq__Y8 diff --git a/build/test/preprocess/files/test_duellist_spielesammlung_projekt.c b/build/test/preprocess/files/test_duellist_spielesammlung_projekt.c index 74c99eb..c7841c4 100644 --- a/build/test/preprocess/files/test_duellist_spielesammlung_projekt.c +++ b/build/test/preprocess/files/test_duellist_spielesammlung_projekt.c @@ -16,7 +16,7 @@ void tearDown(void) {} -void test_coinflip_player_x_starts(void) { +void test_coinflip_x_starts(void) { @@ -44,7 +44,7 @@ void test_coinflip_player_x_starts(void) { -void test_coinflip_player_o_starts(void) { +void test_coinflip_o_starts(void) { @@ -166,7 +166,7 @@ void test_diagonal_win(void) { -void test_valid_move_and_switch_player(void) { +void test_valid_move_and_switch(void) { @@ -272,7 +272,7 @@ void test_valid_input(void) { -void test_invalid_input_type1(void) { +void test_invalid_input_negative_row(void) { @@ -304,7 +304,7 @@ void test_invalid_input_type1(void) { -void test_invalid_input_type2(void) { +void test_invalid_input_overflow_column(void) { @@ -336,7 +336,7 @@ void test_invalid_input_type2(void) { -void test_getNumberOfMoves_returns_correct_number_of_moves(void) { +void test_NumberOfMoves_returns_correct_number_of_moves(void) { @@ -352,7 +352,7 @@ void test_getNumberOfMoves_returns_correct_number_of_moves(void) { - int moves = getNumberOfMoves(&game); + int moves = NumberOfMoves(&game); @@ -420,7 +420,7 @@ void test_BoardFull_returns_true_when_board_is_full(void) { } -void test_getCurrentPlayer_returns_correct_player(void) { +void test_CurrentPlayer_returns_correct_player(void) { @@ -436,7 +436,7 @@ void test_getCurrentPlayer_returns_correct_player(void) { - Player currentPlayer = getCurrentPlayer(&game); + Player currentPlayer = CurrentPlayer(&game); diff --git a/build/test/runners/test_duellist_spielesammlung_projekt_runner.c b/build/test/runners/test_duellist_spielesammlung_projekt_runner.c index f4e3d01..61464f8 100644 --- a/build/test/runners/test_duellist_spielesammlung_projekt_runner.c +++ b/build/test/runners/test_duellist_spielesammlung_projekt_runner.c @@ -10,20 +10,20 @@ char* GlobalOrderError; /*=======External Functions This Runner Calls=====*/ extern void setUp(void); extern void tearDown(void); -extern void test_coinflip_player_x_starts(void); -extern void test_coinflip_player_o_starts(void); +extern void test_coinflip_x_starts(void); +extern void test_coinflip_o_starts(void); extern void test_vertical_win(void); extern void test_horizontal_win(void); extern void test_diagonal_win(void); -extern void test_valid_move_and_switch_player(void); +extern void test_valid_move_and_switch(void); extern void test_invalid_input(void); extern void test_valid_input(void); -extern void test_invalid_input_type1(void); -extern void test_invalid_input_type2(void); -extern void test_getNumberOfMoves_returns_correct_number_of_moves(void); +extern void test_invalid_input_negative_row(void); +extern void test_invalid_input_overflow_column(void); +extern void test_NumberOfMoves_returns_correct_number_of_moves(void); extern void test_BoardFull_returns_false_when_board_is_not_full(void); extern void test_BoardFull_returns_true_when_board_is_full(void); -extern void test_getCurrentPlayer_returns_correct_player(void); +extern void test_CurrentPlayer_returns_correct_player(void); extern void test_FieldEmpty_returns_true_for_empty_field(void); extern void test_FieldEmpty_returns_false_for_nonempty_field(void); @@ -90,20 +90,20 @@ static void run_test(UnityTestFunction func, const char* name, UNITY_LINE_TYPE l int main(void) { UnityBegin("test_duellist_spielesammlung_projekt.c"); - run_test(test_coinflip_player_x_starts, "test_coinflip_player_x_starts", 11); - run_test(test_coinflip_player_o_starts, "test_coinflip_player_o_starts", 23); + run_test(test_coinflip_x_starts, "test_coinflip_x_starts", 11); + run_test(test_coinflip_o_starts, "test_coinflip_o_starts", 23); run_test(test_vertical_win, "test_vertical_win", 35); run_test(test_horizontal_win, "test_horizontal_win", 49); run_test(test_diagonal_win, "test_diagonal_win", 62); - run_test(test_valid_move_and_switch_player, "test_valid_move_and_switch_player", 76); + run_test(test_valid_move_and_switch, "test_valid_move_and_switch", 76); run_test(test_invalid_input, "test_invalid_input", 92); run_test(test_valid_input, "test_valid_input", 106); - run_test(test_invalid_input_type1, "test_invalid_input_type1", 121); - run_test(test_invalid_input_type2, "test_invalid_input_type2", 135); - run_test(test_getNumberOfMoves_returns_correct_number_of_moves, "test_getNumberOfMoves_returns_correct_number_of_moves", 149); + run_test(test_invalid_input_negative_row, "test_invalid_input_negative_row", 121); + run_test(test_invalid_input_overflow_column, "test_invalid_input_overflow_column", 135); + run_test(test_NumberOfMoves_returns_correct_number_of_moves, "test_NumberOfMoves_returns_correct_number_of_moves", 149); run_test(test_BoardFull_returns_false_when_board_is_not_full, "test_BoardFull_returns_false_when_board_is_not_full", 163); run_test(test_BoardFull_returns_true_when_board_is_full, "test_BoardFull_returns_true_when_board_is_full", 176); - run_test(test_getCurrentPlayer_returns_correct_player, "test_getCurrentPlayer_returns_correct_player", 189); + run_test(test_CurrentPlayer_returns_correct_player, "test_CurrentPlayer_returns_correct_player", 189); run_test(test_FieldEmpty_returns_true_for_empty_field, "test_FieldEmpty_returns_true_for_empty_field", 202); run_test(test_FieldEmpty_returns_false_for_nonempty_field, "test_FieldEmpty_returns_false_for_nonempty_field", 215);