Package objective.common_objective
Class Algo8Test
java.lang.Object
objective.common_objective.Algo8Test
class that test the eighth algorithm, two rows of 5 different colors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Two rows with 5 different colorsvoid
One rows with 5 different colorsvoid
One rows with less than 5 different colorsvoid
setUp()
method executed before every test that create a new algorithm
-
Constructor Details
-
Algo8Test
public Algo8Test()
-
-
Method Details
-
setUp
public void setUp()method executed before every test that create a new algorithm -
algo8_test1_T
public void algo8_test1_T()Two rows with 5 different colors
testing library:
matrix P W B C Y B B Y C C Y B B P Y G W B P P C C P G G P P -
algo8_test2_F_one_row
public void algo8_test2_F_one_row()One rows with 5 different colors
testing library:
matrix P W B C Y B B Y C C Y B B P Y W B P P C C P G G P P -
algo8_test3_F_same_type
public void algo8_test3_F_same_type()One rows with less than 5 different colors
testing library:
matrix P W B C Y B B Y C C Y B B P Y W W B P P C C P G G P P
-