Package objective.common_objective
Class Algo4Test
java.lang.Object
objective.common_objective.Algo4Test
class that test the fourth algorithm, four row with five cards of one, two or three different colors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidFour row with three different colorsvoidThree row with three different colorsvoidFour row with more than three different colors (False)voidsetUp()method executed before every test that create a new algorithm
-
Constructor Details
-
Algo4Test
public Algo4Test()
-
-
Method Details
-
setUp
public void setUp()method executed before every test that create a new algorithm -
algo4_test1_T_general
public void algo4_test1_T_general()Four row with three different colors
testing library:
matrix P G 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 -
algo4_test2_F_3_rows
public void algo4_test2_F_3_rows()Three row with three different colors
testing library:
matrix P G G Y B B Y C C B B P Y G P P P P C C P G G P P -
algo4_test3_F_more_3_types
public void algo4_test3_F_more_3_types()Four row with more than three different colors (False)
testing library:
matrix P G G W Y B B Y C C Y B B P Y G P P P P G C C P G P P
-