Package com.verisign.epp.codec.defReg
Class EPPDefRegTst
java.lang.Object
com.verisign.epp.codec.defReg.EPPDefRegTst
Is a unit test of the com.verisign.epp.codec.defReg package. The unit test
will execute, gather statistics, and output the results of a test of each
com.verisign.epp.codec.defReg package concrete
Change Hostory: Modified test codes to accomdate the latest epp-defReg-03 protocol
EPPCommand's
and their expected EPPResponse. The unit test is dependent on
the use of JUNIT 3.5Change Hostory: Modified test codes to accomdate the latest epp-defReg-03 protocol
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidJUNITsuitestatic method, which returns the tests associated withEPPDefRegTst.static voidsetNumIterations(long aNumIterations) Sets the number of iterations to run per test.voidUnit test ofEPPDefRegCheckCmd.voidUnit test ofEPPDefRegCreateCmd.voidUnit test ofEPPDefRegCreateCmdwith <idnextension>.voidUnit test ofEPPDefRegDeleteCmd.voidUnit test ofEPPDefRegInfoCmd.voidUnit test ofEPPDefRegRenewCmd.voidUnit test ofEPPDefRegTransferCmd.voidUnit test ofEPPDefRegUpdateCmd.
-
Constructor Details
-
EPPDefRegTst
public EPPDefRegTst()
-
-
Method Details
-
testDefRegInfo
public void testDefRegInfo()Unit test ofEPPDefRegInfoCmd. The response toEPPDefRegInfoCmdisEPPDefRegInfoResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
testDefRegCreate
public void testDefRegCreate()Unit test ofEPPDefRegCreateCmd. The response toEPPDefRegCreateCmdisEPPDefRegCreateResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
testDefRegCreateIDN
public void testDefRegCreateIDN()Unit test ofEPPDefRegCreateCmdwith <idnextension>. The response toEPPDefRegCreateCmdisEPPDefRegCreateResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
testDefRegDelete
public void testDefRegDelete()Unit test ofEPPDefRegDeleteCmd. The response toEPPDefRegDeleteCmdisEPPDefRegCreateResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
testDefRegRenew
public void testDefRegRenew()Unit test ofEPPDefRegRenewCmd. The response toEPPDefRegRenewCmdisEPPDefRegRenewResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
testDefRegUpate
public void testDefRegUpate()Unit test ofEPPDefRegUpdateCmd. The response toEPPDefRegUpdateCmdisEPPResponse.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
testDefRegTransfer
public void testDefRegTransfer()Unit test ofEPPDefRegTransferCmd. The response toEPPDefRegTransferCmdisEPPDefRegTransferResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
beforeClass
public static void beforeClass()JUNITsuitestatic method, which returns the tests associated withEPPDefRegTst. -
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
-
testDefRegCheck
public void testDefRegCheck()Unit test ofEPPDefRegCheckCmd. The response toEPPDefRegCheckCmdisEPPDefRegCheckResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method.
-