Package com.verisign.epp.codec.defReg
Class EPPDefRegCreateCmdTst
- java.lang.Object
-
- com.verisign.epp.codec.defReg.EPPDefRegCreateCmdTst
-
public class EPPDefRegCreateCmdTst extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EPPDefRegCreateCmdTst()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestValidateState()Verify that a<create>command is valid as long as it has a name and an authInfo.voidtestValidateStateNoAuthInfo()Verify that a<create>command without an authInfo is invalid.voidtestValidateStateNoName()Verify that a<create>command without a name is invalid.
-
-
-
Method Detail
-
testValidateState
public void testValidateState() throws EPPCodecExceptionVerify that a<create>command is valid as long as it has a name and an authInfo.- Throws:
EPPCodecException- not really
-
testValidateStateNoName
public void testValidateStateNoName() throws EPPCodecExceptionVerify that a<create>command without a name is invalid.- Throws:
EPPCodecException- if the command does not have a name
-
testValidateStateNoAuthInfo
public void testValidateStateNoAuthInfo() throws EPPCodecExceptionVerify that a<create>command without an authInfo is invalid.- Throws:
EPPCodecException- if the command does not have a name
-
-