mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
33 lines
995 B
C++
33 lines
995 B
C++
void test_LoveAll_0_0();
|
|
void test_FifteenAll_1_1();
|
|
void test_ThirtyAll_2_2();
|
|
void test_Deuce_3_3();
|
|
void test_Deuce_4_4();
|
|
void test_FifteenLove_1_0();
|
|
void test_LoveFifteen_0_1();
|
|
void test_ThirtyLove_2_0();
|
|
void test_LoveThirty_0_2();
|
|
void test_FortyLove_3_0();
|
|
void test_LoveForty_0_3();
|
|
void test_Winforplayer1_4_0();
|
|
void test_Winforplayer2_0_4();
|
|
void test_ThirtyFifteen_2_1();
|
|
void test_FifteenThirty_1_2();
|
|
void test_FortyFifteen_3_1();
|
|
void test_FifteenForty_1_3();
|
|
void test_Winforplayer1_4_1();
|
|
void test_Winforplayer2_1_4();
|
|
void test_FortyThirty_3_2();
|
|
void test_ThirtyForty_2_3();
|
|
void test_Winforplayer1_4_2();
|
|
void test_Winforplayer2_2_4();
|
|
void test_Advantageplayer1_4_3();
|
|
void test_Advantageplayer2_3_4();
|
|
void test_Advantageplayer1_5_4();
|
|
void test_Advantageplayer2_4_5();
|
|
void test_Advantageplayer1_15_14();
|
|
void test_Advantageplayer2_14_15();
|
|
void test_Winforplayer1_6_4();
|
|
void test_Winforplayer2_4_6();
|
|
void test_Winforplayer1_16_14();
|
|
void test_Winforplayer2_14_16(); |