Package objective.common_objective
Class Algo5Test
java.lang.Object
objective.common_objective.Algo5Test
class that test the fifth algorithm, four column have four element of the same color (different column can have different colors) cards
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Four columns with four element of the same color of cardsvoid
Four columns with four element with different colors of cardsvoid
Four columns with more than four element with the same color of cardsvoid
Threee columns with four element with the same color of cardsvoid
Three columns with more than four element with the same color of cardsvoid
setUp()
method executed before every test that create a new algorithm
-
Constructor Details
-
Algo5Test
public Algo5Test()
-
-
Method Details
-
setUp
public void setUp()method executed before every test that create a new algorithm -
algo5_test1_T_general
public void algo5_test1_T_general()Four columns with four element of the same color of cards
testing library:
matrix P P P P Y C C Y B B C C G B B P P C C G G G G P -
algo5_test2_F
public void algo5_test2_F()Four columns with four element with different colors of cards
testing library:
matrix P P P Y C C Y B B C C G B B G G C C G G G G P -
algo5_test3_4groupstrue
public void algo5_test3_4groupstrue()Four columns with more than four element with the same color of cards
testing library:
matrix P P P Y Y C B Y C B B Y C C B B Y C G G G G G G -
algo5_test4_3groupsfalse
public void algo5_test4_3groupsfalse()Threee columns with four element with the same color of cards
testing library:
matrix P P P Y Y C B Y C B Y C C B Y C G G G G G G -
algo5_test5_3groupsfalse2
public void algo5_test5_3groupsfalse2()Three columns with more than four element with the same color of cards
testing library:
matrix B B B B Y B Y C B Y C C B Y C G G G G G G
-