Class EPPOrgTst


  • public class EPPOrgTst
    extends java.lang.Object
    Is a unit test of the com.verisign.epp.codec.org package.
    • Constructor Detail

      • EPPOrgTst

        public EPPOrgTst()
    • Method Detail

      • testCheckCommand

        public void testCheckCommand()
        Unit test of the Org Check Command. The following are the tests:
        1. TEST1 - Check an individual org identifier.
        2. TEST2 - Check three org identifiers.
      • testCheckResponse

        public void testCheckResponse()
        Unit test of the Org Check Response. The following are the tests:
        1. TEST1 - Check response with an individual result.
        2. 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()
        JUNIT suite static method, which returns the tests associated with EPPOrgTst.
      • 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