Class EPPChangePollTst
- java.lang.Object
-
- com.verisign.epp.codec.changepoll.EPPChangePollTst
-
public class EPPChangePollTst extends java.lang.ObjectIs 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 extensionEPPCodecComponent's.
-
-
Constructor Summary
Constructors Constructor Description EPPChangePollTst()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidbeforeClass()JUNITsuitestatic method, which returns the tests associated withEPPChangePollTst.static voidsetNumIterations(long aNumIterations)Sets the number of iterations to run per test.voidtestChangePoll()Unit test of extending the domain info response to support a poll message with the change poll extension.
-
-
-
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()
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
-
-