Package com.verisign.epp.codec.coaext
Class EPPCoaExtTst
java.lang.Object
com.verisign.epp.codec.coaext.EPPCoaExtTst
Is a unit test of the com.verisign.epp.codec.coaext package. The unit test
will execute, gather statistics, and output the results of a test of each
com.verisign.epp.codec.coaext package concrete
EPPCoaExt's and
their expected EPPResponse. The unit test is dependent on the
use of JUNIT 3.5-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidJUNITsuitestatic method, which returns the tests associated withEPPCoaExtTst.static voidsetNumIterations(long aNumIterations) Sets the number of iterations to run per test.voidvoidvoidvoidvoid
-
Constructor Details
-
EPPCoaExtTst
public EPPCoaExtTst()
-
-
Method Details
-
testDomainCreateCommandWithCoaExt
public void testDomainCreateCommandWithCoaExt() -
testDomainUpdateCommandWithCoaExtPut
public void testDomainUpdateCommandWithCoaExtPut() -
testDomainUpdateCommandWithCoaExtRem
public void testDomainUpdateCommandWithCoaExtRem() -
testDomainUpdateCommandWithCoaExtAll
public void testDomainUpdateCommandWithCoaExtAll() -
testDomainInfoRespWithCoaExtRem
public void testDomainInfoRespWithCoaExtRem() -
beforeClass
public static void beforeClass()JUNITsuitestatic method, which returns the tests associated withEPPCoaExtTst. -
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
-