Package com.verisign.epp.codec.org
Class EPPOrgTst
java.lang.Object
com.verisign.epp.codec.org.EPPOrgTst
Is a unit test of the com.verisign.epp.codec.org package.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidJUNITsuitestatic method, which returns the tests associated withEPPOrgTst.static voidsetNumIterations(long aNumIterations) Sets the number of iterations to run per test.voidUnit test of the Org Check Command.voidUnit test of the Org Check Response.voidUnit test of the Org Create Command.voidUnit test of the Org Create Response.voidUnit test of the Org Delete Command.voidUnit test of the Org Info Command.voidUnit test of the Org Info Response.voidUnit test of the Org Update Command.
-
Constructor Details
-
EPPOrgTst
public EPPOrgTst()
-
-
Method Details
-
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
-