Package objective.common_objective
Class Algo6Test
java.lang.Object
objective.common_objective.Algo6Test
class that test the sixth algorithm, two columns of six different color
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTwo columns with six different colorvoidOne column with six different colorvoidTwo columns without six different colorvoidsetUp()method executed before every test that create a new algorithm
-
Constructor Details
-
Algo6Test
public Algo6Test()
-
-
Method Details
-
setUp
public void setUp()method executed before every test that create a new algorithm -
algo6_test1_general
public void algo6_test1_general()Two columns with six different color
testing library:
matrix P P G G Y B B Y P C C Y B B G Y G P C Y P C W W G G P G -
algo6_test2_one_row
public void algo6_test2_one_row()One column with six different color
testing library:
matrix P P G G Y B B Y P C C Y B B G Y G P C Y P C W G G P G -
algo6_test3_same_types
public void algo6_test3_same_types()Two columns without six different color
testing library:
matrix P P G G Y P B Y P C C Y B B G Y G P C Y P C W G G P G
-