Class EPPValidateTst
- java.lang.Object
-
- com.verisign.epp.codec.validate.v02.EPPValidateTst
-
public class EPPValidateTst extends java.lang.ObjectIs a unit test of the com.verisign.epp.codec.validate package. The unit test will execute, gather statistics, and output the results of a test of each com.verisign.epp.codec.namestoreext package concrete extensionEPPCodecComponent's.
-
-
Constructor Summary
Constructors Constructor Description EPPValidateTst()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidsetNumIterations(long aNumIterations)Sets the number of iterations to run per test.static voidsetup()JUNITsuitestatic method, which returns the tests associated withEPPValidateTst.voidtestCheckCommand()Unit test of a Validate check command.voidtestCheckResponse()Unit test of a Validate check response.
-
-
-
Method Detail
-
testCheckCommand
public void testCheckCommand()
Unit test of a Validate check command.
-
testCheckResponse
public void testCheckResponse()
Unit test of a Validate check response.
-
setup
public static void setup()
JUNITsuitestatic method, which returns the tests associated withEPPValidateTst.
-
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
-
-