Class EPPContactTst

java.lang.Object
com.verisign.epp.codec.contact.EPPContactTst

public class EPPContactTst extends Object
Is a unit test of the com.verisign.epp.codec.contact package. The unit test will execute, gather statistics, and output the results of a test of each com.verisign.epp.codec.contact package concrete EPPCommand's and their expected EPPResponse. The unit test is dependent on the use of JUNIT 3.5

  • Constructor Details

    • EPPContactTst

      public EPPContactTst()
  • Method Details

    • testContactInfo

      public void testContactInfo()
      Unit test of EPPContactInfoCmd. The response to EPPContactInfoCmd is EPPContactInfoResp.
      This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method.
    • testContactCreate

      public void testContactCreate()
      Unit test of EPPContactCreateCmd. The response to EPPContactCreateCmd is EPPContactExpireResp.
      This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method.
    • testContactDelete

      public void testContactDelete()
      Unit test of EPPContactDeleteCmd. The response to EPPContactDeleteCmd is EPPContactExpireResp.
      This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method.
    • testContactUpdate

      public void testContactUpdate()
      Unit test of EPPContactUpdateCmd. The response to EPPContactUpdateCmd is EPPResponse.
      This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method.
    • testContactTransfer

      public void testContactTransfer()
      Unit test of EPPContactTransferCmd. The response to EPPContactTransferCmd is EPPContactTransferResp.
      This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method.
    • beforeClass

      public static void beforeClass()
      JUNIT suite static method, which returns the tests associated with EPPContactTst.
    • 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
    • testContactCheck

      public void testContactCheck()
      Unit test of EPPContactCheckCmd. The response to EPPContactCheckCmd is EPPContactCheckResp.
      This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method.
    • testContactPendActionMsg

      public void testContactPendActionMsg()
      Unit test of EPPContactPendActionMsg.
      This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method.