Package com.verisign.epp.codec.defReg
Class EPPDefRegTst
- java.lang.Object
-
- com.verisign.epp.codec.defReg.EPPDefRegTst
-
public class EPPDefRegTst extends java.lang.ObjectIs 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 concreteEPPCommand's and their expectedEPPResponse. The unit test is dependent on the use of JUNIT 3.5
Change Hostory: Modified test codes to accomdate the latest epp-defReg-03 protocol
-
-
Constructor Summary
Constructors Constructor Description EPPDefRegTst()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidbeforeClass()JUNITsuitestatic method, which returns the tests associated withEPPDefRegTst.static voidsetNumIterations(long aNumIterations)Sets the number of iterations to run per test.voidtestDefRegCheck()Unit test ofEPPDefRegCheckCmd.voidtestDefRegCreate()Unit test ofEPPDefRegCreateCmd.voidtestDefRegCreateIDN()Unit test ofEPPDefRegCreateCmdwith <idnextension>.voidtestDefRegDelete()Unit test ofEPPDefRegDeleteCmd.voidtestDefRegInfo()Unit test ofEPPDefRegInfoCmd.voidtestDefRegRenew()Unit test ofEPPDefRegRenewCmd.voidtestDefRegTransfer()Unit test ofEPPDefRegTransferCmd.voidtestDefRegUpate()Unit test ofEPPDefRegUpdateCmd.
-
-
-
Method Detail
-
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.
-
-