Class Algo3Test

java.lang.Object
objective.common_objective.Algo3Test

public class Algo3Test extends Object
class that test the third algorithm, four cards of the same type at the corner of the library
  • Constructor Details

    • Algo3Test

      public Algo3Test()
  • Method Details

    • setUp

      public void setUp()
      method executed before every test that create a new algorithm
    • algo3_test1_T_general

      public void algo3_test1_T_general()

      Card of the same color in the library's corners

      testing library:

      matrix
      PPGGP
      BB   Y   
      CCYBB
      PYGPP
      PP   CC
      PGGPP
    • algo3_test2_F_general

      public void algo3_test2_F_general()

      Cards of different colors in the library's corners

      testing library:

      matrix
      GPGGP
      BB   Y   
      CCYBB
      PYGPP
      PP   CC
      PGGPP