Class EPPChangePollTst


  • public class EPPChangePollTst
    extends java.lang.Object
    Is a unit test of the com.verisign.epp.codec.changepoll package. The unit test will execute, gather statistics, and output the results of a test of each com.verisign.epp.codec.changepoll package concrete extension EPPCodecComponent's.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void beforeClass()
      JUNIT suite static method, which returns the tests associated with EPPChangePollTst.
      static void setNumIterations​(long aNumIterations)
      Sets the number of iterations to run per test.
      void testChangePoll()
      Unit test of extending the domain info response to support a poll message with the change poll extension.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EPPChangePollTst

        public EPPChangePollTst()
    • Method Detail

      • testChangePoll

        public void testChangePoll()
        Unit test of extending the domain info response to support a poll message with the change poll extension.
      • beforeClass

        public static void beforeClass()
        JUNIT suite static method, which returns the tests associated with EPPChangePollTst.
      • 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