Class EPPSecureAuthInfoTst
java.lang.Object
com.verisign.epp.codec.secureauthinfo.v1_0.EPPSecureAuthInfoTst
Is a unit test of supporting the Secure Authorization Information for
Transfer draft, which includes creating each of the sample commands and
responses in the draft.
-
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 withEPPSecureAuthInfoTst.voidUnit test of the example of passing empty authorization information in an [RFC5733] contact create command.voidUnit test of the example of unsetting the authorization information with an empty authorization information in an [RFC5733] contact update commandvoidUnit test of the example of passing empty authorization information in an [RFC5731] domain name create command.voidUnit test of the example of passing a non-empty authorization information in an [RFC5731] domain name info command to verify the authorization information value.voidUnit test of the example of passing a non-empty authorization information in an [RFC5731] domain name transfer request command to authorize the transfer.voidUnit test of the example of removing the "clientTransferProhibited" status and setting the authorization information in an [RFC5731] domain name update command.voidUnit test of the example of unsetting the authorization information with an empty authorization information in an [RFC5731] domain name update command.voidUnit test of the example of unsetting the authorization information explicitly in an [RFC5731] domain name update command.
-
Constructor Details
-
EPPSecureAuthInfoTst
public EPPSecureAuthInfoTst()
-
-
Method Details
-
testDomainCreate
public void testDomainCreate()Unit test of the example of passing empty authorization information in an [RFC5731] domain name create command. -
testContactCreate
public void testContactCreate()Unit test of the example of passing empty authorization information in an [RFC5733] contact create command. -
testDomainUpdateSet
public void testDomainUpdateSet()Unit test of the example of removing the "clientTransferProhibited" status and setting the authorization information in an [RFC5731] domain name update command. -
testDomainUpdateUnsetNull
public void testDomainUpdateUnsetNull()Unit test of the example of unsetting the authorization information explicitly in an [RFC5731] domain name update command. -
testDomainUpdateUnsetEmpty
public void testDomainUpdateUnsetEmpty()Unit test of the example of unsetting the authorization information with an empty authorization information in an [RFC5731] domain name update command. -
testContactUpdateUnsetEmpty
public void testContactUpdateUnsetEmpty()Unit test of the example of unsetting the authorization information with an empty authorization information in an [RFC5733] contact update command -
testDomainInfo
public void testDomainInfo()Unit test of the example of passing a non-empty authorization information in an [RFC5731] domain name info command to verify the authorization information value. -
testDomainTransfer
public void testDomainTransfer()Unit test of the example of passing a non-empty authorization information in an [RFC5731] domain name transfer request command to authorize the transfer. -
setup
public static void setup()JUNITsuitestatic method, which returns the tests associated withEPPSecureAuthInfoTst. -
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
-