Package com.verisign.epp.codec.change
Class EPPChangeTst
java.lang.Object
com.verisign.epp.codec.change.EPPChangeTst
Is a unit test of the com.verisign.epp.codec.change package. The unit test
will execute, gather statistics, and output the results of a test of each
com.verisign.epp.codec.change package concrete
NOTE: This is a positive test only. The commands are generated to be within expected parameters. No commands are generated which might be expected to fail.
EPPCommand's
and their expected EPPResponse. The unit test is dependent on
the use of JUNIT 3.5 NOTE: This is a positive test only. The commands are generated to be within expected parameters. No commands are generated which might be expected to fail.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidJUNITsuitestatic method, which returns the tests associated withEPPChangeTst.static voidsetNumIterations(long aNumIterations) Sets the number of iterations to run per test.voidtest()
-
Constructor Details
-
EPPChangeTst
public EPPChangeTst()
-
-
Method Details
-
test
public void test() -
beforeClass
public static void beforeClass()JUNITsuitestatic method, which returns the tests associated withEPPChangeTst. -
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
-