Class EPPChangePollTst
java.lang.Object
com.verisign.epp.codec.changepoll.EPPChangePollTst
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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidJUNITsuitestatic method, which returns the tests associated withEPPChangePollTst.static voidsetNumIterations(long aNumIterations) Sets the number of iterations to run per test.voidUnit test of extending the domain info response to support a poll message with the change poll extension.
-
Constructor Details
-
EPPChangePollTst
public EPPChangePollTst()
-
-
Method Details
-
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()JUNITsuitestatic method, which returns the tests associated withEPPChangePollTst. -
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
-