Class Algo8Test

java.lang.Object
objective.common_objective.Algo8Test

public class Algo8Test extends Object
class that test the eighth algorithm, two rows of 5 different colors
  • Constructor Details

    • Algo8Test

      public Algo8Test()
  • Method Details

    • setUp

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

      public void algo8_test1_T()

      Two rows with 5 different colors

      testing library:

      matrix
      PWBCY
      BB   Y   
      CCYBB
      PYGWB
      PP   CC
      PGGPP
    • algo8_test2_F_one_row

      public void algo8_test2_F_one_row()

      One rows with 5 different colors

      testing library:

      matrix
      PWBCY
      BB   Y   
      CCYBB
      PY   WB
      PP   CC
      PGGPP
    • algo8_test3_F_same_type

      public void algo8_test3_F_same_type()

      One rows with less than 5 different colors

      testing library:

      matrix
      PWBCY
      BB   Y   
      CCYBB
      PYWWB
      PP   CC
      PGGPP