Class Algo9Test

java.lang.Object
objective.common_objective.Algo9Test

public class Algo9Test extends Object

class that test the ninth algorithm, three column made by six cards of max three colors

  • Constructor Details

    • Algo9Test

      public Algo9Test()
  • Method Details

    • setUp

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

      public void algo9_test1_T()

      Three column made by six cards of three colors

      testing library:

      matrix
      PPGGY
      BBBYP
      CCYBB
      PYGPP
      PPGCY
      PGGPP
    • algo9_test2_F_less_3_cols

      public void algo9_test2_F_less_3_cols()

      Less than three column made by six cards of three colors

      testing library:

      matrix
      PPGGY
      BBBYP
      CCYBB
      PYGPP
      PPGCY
      C            
    • algo9_test3_F_more_3_types

      public void algo9_test3_F_more_3_types()

      Three column made by six cards of more than three colors

      testing library:

      matrix
      PPGGY
      BBBYP
      CCYBB
      PYGPP
      PPGCY
      WP