Package com.verisign.epp.codec.ttl.v1_0
Class EPPTtlTst
- java.lang.Object
-
- com.verisign.epp.codec.ttl.v1_0.EPPTtlTst
-
public class EPPTtlTst extends java.lang.ObjectIs a unit test of thecom.verisign.epp.codec.ttl.v1_0package. The unit test will execute, gather statistics, and output the results of a test of each ccom.verisign.epp.codec.ttl.v1_0package concrete extensionEPPCodecComponent's.
-
-
Constructor Summary
Constructors Constructor Description EPPTtlTst()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidsetup()JUNITsuitestatic method, which returns the tests associated withEPPTtlTst.voidtestDomainCreate()Unit test for the extension to the create command.voidtestDomainInfo()Unit test for the extension to the domain info command.voidtestDomainInfoResponse()Unit test for the extension to the domain info response.voidtestDomainUpdate()Unit test for the extension to the domain update command.voidtestHostCreate()Unit test for the extension to the host command.voidtestHostInfo()Unit test for the extension to the host info command.voidtestHostInfoResponse()Unit test for the extension to the host info response.voidtestHostUpdate()Unit test for the extension to the host update command.
-
-
-
Method Detail
-
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.
-
-