Class Algo10Test

java.lang.Object
objective.common_objective.Algo10Test

public class Algo10Test extends Object
class that test the tenth algorithm, five cards of the same color that made an X
  • Constructor Details

    • Algo10Test

      public Algo10Test()
  • Method Details

    • setUp

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

      public void algo10_test1_T()

      Five cards of the same color made an X

      testing library:

      matrix
      PGPGY
      BPYY   
      PCPBB
         YGPP
      PP   CC
      PGGPP
    • algo10_test2_F

      public void algo10_test2_F()

      Five cards of the same color don't made an X

      testing library:

      matrix
      PG   GY
      BPYY   
      PCPBB
         YGPP
      PP   CC
      PGGPP