Package com.verisign.epp.codec.host
Class EPPHostTst
java.lang.Object
com.verisign.epp.codec.host.EPPHostTst
Is a unit test of the com.verisign.epp.codec.host package. The unit test will
execute, gather statistics, and output the results of a test of each
com.verisign.epp.codec.host package concrete
EPPCommand's and their
expected EPPResponse. The unit test is dependent on the use of JUNIT 3.5-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetNumIterations(long aNumIterations) Sets the number of iterations to run per test.static voidsetup()JUNITsuitestatic method, which returns the tests associated withEPPHostTst.voidUnit test ofEPPHostCheckCmd.voidUnit test ofEPPHostCreateCmd.voidUnit test ofEPPHostDeleteCmd.voidUnit test ofEPPHostInfoCmd.voidUnit test ofEPPHostPendActionMsg.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method.voidUnit test ofEPPHostUpdateCmd.
-
Constructor Details
-
EPPHostTst
public EPPHostTst()
-
-
Method Details
-
testHostInfo
public void testHostInfo()Unit test ofEPPHostInfoCmd. The response toEPPHostInfoCmdisEPPHostInfoResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
testHostPendActionMsg
public void testHostPendActionMsg()Unit test ofEPPHostPendActionMsg.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
testHostCreate
public void testHostCreate()Unit test ofEPPHostCreateCmd. The response toEPPHostCreateCmdisEPPHostExpireResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
testHostDelete
public void testHostDelete()Unit test ofEPPHostDeleteCmd. The response toEPPHostDeleteCmdisEPPHostExpireResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
testHostUpdate
public void testHostUpdate()Unit test ofEPPHostUpdateCmd. The response toEPPHostUpdateCmdisEPPResponse.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
testHostCheck
public void testHostCheck()Unit test ofEPPHostCheckCmd. The response toEPPHostCheckCmdisEPPHostCheckResp.
This test will be invoked by JUNIT, since it is prefixed with "test" and is a public method. -
setup
public static void setup()JUNITsuitestatic method, which returns the tests associated withEPPHostTst. -
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
-