Package com.verisign.epp.codec.changeext
Class EPPChangeExtTst
java.lang.Object
com.verisign.epp.codec.changeext.EPPChangeExtTst
Is a unit test of the com.verisign.epp.codec.changeext package. The unit test
will execute, gather statistics, and output the results of a test of each
com.verisign.epp.codec.changeext package concrete extension
The unit test is dependent on the use of JUNIT 3.5
EPPCodecComponent's. The unit test is dependent on the use of JUNIT 3.5
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidJUNITsuitestatic method, which returns the tests associated withEPPChangeExtTst.static voidsetNumIterations(long aNumIterations) Sets the number of iterations to run per test.voidUnit test on extending an EPPComponent with an EPPChangeExt.
-
Field Details
-
CLTRID
- See Also:
-
SVTRID
- See Also:
-
-
Constructor Details
-
EPPChangeExtTst
public EPPChangeExtTst()
-
-
Method Details
-
testChangeExt
public void testChangeExt()Unit test on extending an EPPComponent with an EPPChangeExt. The particular EPPComponent doesn't matter. In order to avoid external dependencies I'm using an EPPChangeCheckCmd. In practice, EPP Domain and EPP Host commands are more likely. This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
beforeClass
public static void beforeClass()JUNITsuitestatic method, which returns the tests associated withEPPChangeExtTst. -
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
-