Class EPPChangeTst

java.lang.Object
com.verisign.epp.codec.change.EPPChangeTst

public class EPPChangeTst extends Object
Is a unit test of the com.verisign.epp.codec.change package. The unit test will execute, gather statistics, and output the results of a test of each com.verisign.epp.codec.change package concrete EPPCommand's and their expected EPPResponse. The unit test is dependent on the use of JUNIT 3.5
NOTE: This is a positive test only. The commands are generated to be within expected parameters. No commands are generated which might be expected to fail.
  • Constructor Details

    • EPPChangeTst

      public EPPChangeTst()
  • Method Details

    • test

      public void test()
    • beforeClass

      public static void beforeClass()
      JUNIT suite static method, which returns the tests associated with EPPChangeTst.
    • setNumIterations

      public static void setNumIterations(long aNumIterations)
      Sets the number of iterations to run per test.
      Parameters:
      aNumIterations - number of iterations to run per test