Package objective.common_objective
Class Algo10Test
java.lang.Object
objective.common_objective.Algo10Test
class that test the tenth algorithm, five cards of the same color that made an X
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Five cards of the same color made an Xvoid
Five cards of the same color don't made an Xvoid
setUp()
method executed before every test that create a new algorithm
-
Constructor Details
-
Algo10Test
public Algo10Test()
-
-
Method Details
-
setUp
public void setUp()method executed before every test that create a new algorithm -
algo10_test1_T
public void algo10_test1_T()Five cards of the same color made an X
testing library:
matrix P G P G Y B P Y Y P C P B B Y G P P P P C C P G G P P -
algo10_test2_F
public void algo10_test2_F()Five cards of the same color don't made an X
testing library:
matrix P G G Y B P Y Y P C P B B Y G P P P P C C P G G P P
-