Package objective.common_objective
Class Algo9Test
java.lang.Object
objective.common_objective.Algo9Test
class that test the ninth algorithm, three column made by six cards of max three colors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Three column made by six cards of three colorsvoid
Less than three column made by six cards of three colorsvoid
Three column made by six cards of more than three colorsvoid
setUp()
method executed before every test that create a new algorithm
-
Constructor Details
-
Algo9Test
public Algo9Test()
-
-
Method Details
-
setUp
public void setUp()method executed before every test that create a new algorithm -
algo9_test1_T
public void algo9_test1_T()Three column made by six cards of three colors
testing library:
matrix P P G G Y B B B Y P C C Y B B P Y G P P P P G C Y P G G P P -
algo9_test2_F_less_3_cols
public void algo9_test2_F_less_3_cols()Less than three column made by six cards of three colors
testing library:
matrix P P G G Y B B B Y P C C Y B B P Y G P P P P G C Y C -
algo9_test3_F_more_3_types
public void algo9_test3_F_more_3_types()Three column made by six cards of more than three colors
testing library:
matrix P P G G Y B B B Y P C C Y B B P Y G P P P P G C Y W P
-