Package com.verisign.epp.codec.ttl.v1_0
Class EPPTtlTst
java.lang.Object
com.verisign.epp.codec.ttl.v1_0.EPPTtlTst
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetup()JUNITsuitestatic method, which returns the tests associated withEPPTtlTst.voidUnit test for the extension to the create command.voidUnit test for the extension to the domain info command.voidUnit test for the extension to the domain info response.voidUnit test for the extension to the domain update command.voidUnit test for the extension to the host command.voidUnit test for the extension to the host info command.voidUnit test for the extension to the host info response.voidUnit test for the extension to the host update command.
-
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()JUNITsuitestatic method, which returns the tests associated withEPPTtlTst.
-