Class EPPDefRegCreateCmdTst

java.lang.Object
com.verisign.epp.codec.defReg.EPPDefRegCreateCmdTst

public class EPPDefRegCreateCmdTst extends Object
  • Constructor Details

    • EPPDefRegCreateCmdTst

      public EPPDefRegCreateCmdTst()
  • Method Details

    • testValidateState

      public void testValidateState() throws EPPCodecException
      Verify 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 EPPCodecException
      Verify that a <create> command without a name is invalid.
      Throws:
      EPPCodecException - if the command does not have a name
    • testValidateStateNoAuthInfo

      public void testValidateStateNoAuthInfo() throws EPPCodecException
      Verify that a <create> command without an authInfo is invalid.
      Throws:
      EPPCodecException - if the command does not have a name