Package com.verisign.epp.codec.rgpext
Class EPPRgpExtTst
- java.lang.Object
-
- com.verisign.epp.codec.rgpext.EPPRgpExtTst
-
public class EPPRgpExtTst extends java.lang.ObjectIs a unit test of the com.verisign.epp.codec.rgpext package. The unit test will execute, gather statistics, and output the results of a test of each com.verisign.epp.codec.rgpext package concreteEPPRgpExt's and their expectedEPPResponse. The unit test is dependent on the use of JUNIT 3.5
-
-
Constructor Summary
Constructors Constructor Description EPPRgpExtTst()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidsetNumIterations(long aNumIterations)Sets the number of iterations to run per test.static voidsetup()JUNITsuitestatic method, which returns the tests associated withEPPRgpExtTst.voidtestDomainInfoRespWithRgpExt()Unit test oftestDomainInfoRespWithRgpExt.voidtestDomainInfoRespWithRgpExtStatuses()Unit test oftestDomainInfoRespWithRgpExt.voidtestPoll()voidtestRestoreReport()Tests sending a restore report using theEPPRgpExtUpdatedomain update extension.voidtestRestoreRequest()Tests sending a restore request using theEPPRgpExtUpdatedomain update extension.
-
-
-
Method Detail
-
testPoll
public void testPoll()
-
testRestoreReport
public void testRestoreReport()
Tests sending a restore report using theEPPRgpExtUpdatedomain update extension.
-
testRestoreRequest
public void testRestoreRequest()
Tests sending a restore request using theEPPRgpExtUpdatedomain update extension.
-
testDomainInfoRespWithRgpExt
public void testDomainInfoRespWithRgpExt()
Unit test oftestDomainInfoRespWithRgpExt. The response totestDomainInfoRespWithRgpExtisEPPDomainInfoResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method.
-
testDomainInfoRespWithRgpExtStatuses
public void testDomainInfoRespWithRgpExtStatuses()
Unit test oftestDomainInfoRespWithRgpExt. This tests aEPPRgpExtInfDatawith multiple statuses.
-
setup
public static void setup()
JUNITsuitestatic method, which returns the tests associated withEPPRgpExtTst.
-
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
-
-