Package com.verisign.epp.codec.org
Class EPPOrgTst
- java.lang.Object
-
- com.verisign.epp.codec.org.EPPOrgTst
-
public class EPPOrgTst extends java.lang.ObjectIs a unit test of the com.verisign.epp.codec.org package.
-
-
Constructor Summary
Constructors Constructor Description EPPOrgTst()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidbeforeClass()JUNITsuitestatic method, which returns the tests associated withEPPOrgTst.static voidsetNumIterations(long aNumIterations)Sets the number of iterations to run per test.voidtestCheckCommand()Unit test of the Org Check Command.voidtestCheckResponse()Unit test of the Org Check Response.voidtestCreateCommand()Unit test of the Org Create Command.voidtestCreateResponse()Unit test of the Org Create Response.voidtestDeleteCommand()Unit test of the Org Delete Command.voidtestInfoCommand()Unit test of the Org Info Command.voidtestInfoResponse()Unit test of the Org Info Response.voidtestUpdateCommand()Unit test of the Org Update Command.
-
-
-
Method Detail
-
testCheckCommand
public void testCheckCommand()
Unit test of the Org Check Command. The following are the tests:
- TEST1 - Check an individual org identifier.
- TEST2 - Check three org identifiers.
-
testCheckResponse
public void testCheckResponse()
Unit test of the Org Check Response. The following are the tests:
- TEST1 - Check response with an individual result.
- TEST2 - Check response with three results.
-
testInfoCommand
public void testInfoCommand()
Unit test of the Org Info Command.
-
testInfoResponse
public void testInfoResponse()
Unit test of the Org Info Response.
-
testCreateCommand
public void testCreateCommand()
Unit test of the Org Create Command.
-
testCreateResponse
public void testCreateResponse()
Unit test of the Org Create Response.
-
testDeleteCommand
public void testDeleteCommand()
Unit test of the Org Delete Command.
-
testUpdateCommand
public void testUpdateCommand()
Unit test of the Org Update Command.
-
beforeClass
public static void beforeClass()
JUNITsuitestatic method, which returns the tests associated withEPPOrgTst.
-
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
-
-