Package objective.common_objective
Class Algo11Test
java.lang.Object
objective.common_objective.Algo11Test
class that test the eleventh algorithm, eight cards of the same color everywhere in the library
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEight cards of the same color in the libraryvoidLess than eight cards of the same color in the libraryvoidsetUp()method executed before every test that create a new algorithm
-
Constructor Details
-
Algo11Test
public Algo11Test()
-
-
Method Details
-
setUp
public void setUp()method executed before every test that create a new algorithm -
algo11_test1_T
public void algo11_test1_T()Eight cards of the same color in the library
testing library:
matrix P P G G Y B B Y C C Y B B P Y G P P P P C C P G G -
algo11_test2_F
public void algo11_test2_F()Less than eight cards of the same color in the library
testing library:
matrix P P G G Y B B Y C C Y B B P Y G P P P P C C G G
-