Class EPPTtlTst

java.lang.Object
com.verisign.epp.codec.ttl.v1_0.EPPTtlTst

public class EPPTtlTst extends Object
Is a unit test of the com.verisign.epp.codec.ttl.v1_0 package. The unit test will execute, gather statistics, and output the results of a test of each ccom.verisign.epp.codec.ttl.v1_0 package concrete extension EPPCodecComponent's.
  • Constructor Details

    • EPPTtlTst

      public EPPTtlTst()
  • Method Details

    • testDomainCreate

      public void testDomainCreate()
      Unit test for the extension to the create command.
    • testHostCreate

      public void testHostCreate()
      Unit test for the extension to the host command.
    • testDomainUpdate

      public void testDomainUpdate()
      Unit test for the extension to the domain update command.
    • testHostUpdate

      public void testHostUpdate()
      Unit test for the extension to the host update command.
    • testDomainInfo

      public void testDomainInfo()
      Unit test for the extension to the domain info command.
    • testDomainInfoResponse

      public void testDomainInfoResponse()
      Unit test for the extension to the domain info response.
    • testHostInfo

      public void testHostInfo()
      Unit test for the extension to the host info command.
    • testHostInfoResponse

      public void testHostInfoResponse()
      Unit test for the extension to the host info response.
    • setup

      public static void setup()
      JUNIT suite static method, which returns the tests associated with EPPTtlTst.