Package com.verisign.epp.codec.defReg
Class EPPDefRegCreateCmdTst
java.lang.Object
com.verisign.epp.codec.defReg.EPPDefRegCreateCmdTst
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidVerify that a<create>command is valid as long as it has a name and an authInfo.voidVerify that a<create>command without an authInfo is invalid.voidVerify that a<create>command without a name is invalid.
-
Constructor Details
-
EPPDefRegCreateCmdTst
public EPPDefRegCreateCmdTst()
-
-
Method Details
-
testValidateState
Verify that a<create>command is valid as long as it has a name and an authInfo.- Throws:
EPPCodecException- not really
-
testValidateStateNoName
Verify that a<create>command without a name is invalid.- Throws:
EPPCodecException- if the command does not have a name
-
testValidateStateNoAuthInfo
Verify that a<create>command without an authInfo is invalid.- Throws:
EPPCodecException- if the command does not have a name
-