Package com.verisign.epp.codec.registry
Class EPPRegistryTst
- java.lang.Object
-
- com.verisign.epp.codec.registry.EPPRegistryTst
-
public class EPPRegistryTst extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EPPRegistryTst()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidbeforeClass()JUNITsuitestatic method, which returns the tests associated withEPPRegistryTst.static voidsetNumIterations(long aNumIterations)Sets the number of iterations to run per test.voidtestRegistryCheck()voidtestRegistryCreate()voidtestRegistryDelete()voidtestRegistryInfo()voidtestRegistryUpdate()
-
-
-
Method Detail
-
testRegistryInfo
public void testRegistryInfo()
-
testRegistryCheck
public void testRegistryCheck()
-
testRegistryCreate
public void testRegistryCreate()
-
testRegistryUpdate
public void testRegistryUpdate()
-
testRegistryDelete
public void testRegistryDelete()
-
beforeClass
public static void beforeClass()
JUNITsuitestatic method, which returns the tests associated withEPPRegistryTst.
-
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
-
-