Package objective.common_objective
Class Algo2Test
java.lang.Object
objective.common_objective.Algo2Test
class that test the second algorithm, five cards of the same type that form a diagonal.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Diagonal start on the left bottom of the libraryvoid
Diagonal start on the right bottom of the libraryvoid
Diagonal start on the right angle of the second row of the libraryvoid
Diagonal start on the left angle of the second row of the libraryvoid
Diagonal start on the left bottom of the library (False)void
Diagonal start on the right bottom of the library (False)void
Diagonal start on the right angle of the second row of the library (False)void
Diagonal start on the left angle of the second row of the library (False)void
setUp()
method executed before every test that create a new algorithm
-
Constructor Details
-
Algo2Test
public Algo2Test()
-
-
Method Details
-
setUp
public void setUp()method executed before every test that create a new algorithm -
algo2_test1_bassosx
public void algo2_test1_bassosx()Diagonal start on the left bottom of the library
testing library:
matrix G G G G Y P B Y P C C P Y P Y P C C P G P P -
algo2_test2_bassodx
public void algo2_test2_bassodx()Diagonal start on the right bottom of the library
testing library:
matrix P P G G P Y G G P Y B B P Y P P P Y P G G Y -
algo2_test3_unodx
public void algo2_test3_unodx()Diagonal start on the right angle of the second row of the library
testing library:
matrix P P G Y G P Y C Y B Y P P Y G G P G G G P P -
algo2_test4_unosx
public void algo2_test4_unosx()Diagonal start on the left angle of the second row of the library
testing library:
matrix P G G Y P Y Y C P B G Y P Y Y Y P Y G G Y Y -
algo2_test5_F_bassosx
public void algo2_test5_F_bassosx()Diagonal start on the left bottom of the library (False)
testing library:
matrix G G G G Y P B Y P C C P Y P Y C C P G P P -
algo2_test6_F_bassodx
public void algo2_test6_F_bassodx()Diagonal start on the right bottom of the library (False)
testing library:
matrix P P G G P Y G G P Y B B P P P P Y P G G Y -
algo2_test7_F_unodx
public void algo2_test7_F_unodx()Diagonal start on the right angle of the second row of the library (False)
testing library:
matrix P P G Y G P Y C Y B P P Y G G P G G G P P -
algo2_test8_F_unosx
public void algo2_test8_F_unosx()Diagonal start on the left angle of the second row of the library (False)
testing library:
matrix P G G Y P Y Y C P B G Y Y Y Y P Y G G Y Y
-