Class Algo6Test

java.lang.Object
objective.common_objective.Algo6Test

public class Algo6Test extends Object
class that test the sixth algorithm, two columns of six different color
  • Constructor Details

    • Algo6Test

      public Algo6Test()
  • Method Details

    • setUp

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

      public void algo6_test1_general()

      Two columns with six different color

      testing library:

      matrix
      PPGGY
      BB   YP
      CCYBB
      GYGPC
      YP   CW
      WGGPG
    • algo6_test2_one_row

      public void algo6_test2_one_row()

      One column with six different color

      testing library:

      matrix
      PPGGY
      BB   YP
      CCYBB
      GYGPC
      YP   CW
         GGPG
    • algo6_test3_same_types

      public void algo6_test3_same_types()

      Two columns without six different color

      testing library:

      matrix
      PPGGY
      PB   YP
      CCYBB
      GYGPC
      YP   CW
         GGPG