Class Algo1Test
class that test the first algorithm, six group of a couple of cards of the same type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSix couple of cards with the same typevoidSix groups of more than two cardsvoidFive couple of more than two cardsvoidSix couple of cards on diagonalvoidSix couple of cardsvoidFive cuople of cards with the same typevoidOne of the cuople is made by tre cards and six cuoplevoidOne of the cuople is made by tre cards and five cuoplevoidThree cards make an L, six couplevoidThree cards make an L, five couplevoidSix couple of different types of cardsvoidSix couple of same type of cardsvoidSix couple of three different type of cardsvoidsetUp()method executed before every test that create a new algorithm
-
Constructor Details
-
Algo1Test
public Algo1Test()
-
-
Method Details
-
setUp
public void setUp()method executed before every test that create a new algorithm -
algo1_test1_T_general
public void algo1_test1_T_general()Six couple of cards with the same type
testing library:
matrix P P G G Y B B Y C C Y B B P Y G P P P P C C P G G P P -
algo1_test2_F_general
public void algo1_test2_F_general()Five cuople of cards with the same type
testing library:
matrix P G Y B Y C Y B P Y G P P P P C C P G G P P -
algo1_test3_T_three
public void algo1_test3_T_three()One of the cuople is made by tre cards and six cuople
testing library:
matrix P G G Y B B B Y C C Y B P Y G P P P P C P G G P -
algo1_test4_F_three
public void algo1_test4_F_three()One of the cuople is made by tre cards and five cuople
testing library:
matrix P G Y B B B Y C C Y B P Y G P P P P C P G G P -
algo1_test5_T_L
public void algo1_test5_T_L()Three cards make an L, six couple
testing library:
matrix P G G Y B B Y C Y Y B P Y G P P P P C P G G P -
algo1_test6_F_L
public void algo1_test6_F_L()Three cards make an L, five couple
testing library:
matrix P G G Y B B Y C Y Y B P Y G P P P P C P G G P -
algo1_test7_6couple
public void algo1_test7_6couple()Six couple of different types of cards
testing library:
matrix P P P B Y C G P B Y C G -
algo1_test8_6couple2
public void algo1_test8_6couple2()Six couple of same type of cards
testing library:
matrix B B B B B B B B B B B B B -
algo1_test9_6couple3
public void algo1_test9_6couple3()Six couple of three different type of cards
testing library:
matrix Y Y B G Y B G Y B G Y B G Y B G P B Y C C P B Y G G -
algo1_test10_6couple4
public void algo1_test10_6couple4()Six groups of more than two cards
testing library:
matrix P P B B B P B Y B B P B Y P P P B Y C G P B Y C G -
algo1_test11_5couple2
public void algo1_test11_5couple2()Five couple of more than two cards
testing library:
matrix P P B B B B Y B B B Y P P B Y C G P B Y C G -
algo1_test12_6diagonalcouple
public void algo1_test12_6diagonalcouple()Six couple of cards on diagonal
testing library:
matrix C B B C Y G G Y B P P B -
algo1_test13_6rightcouple
public void algo1_test13_6rightcouple()Six couple of cards
testing library:
matrix B B C C G G Y Y C C B B
-