Package com.verisign.epp.codec.addlemail
Class EPPAddlEmailTst
java.lang.Object
com.verisign.epp.codec.addlemail.EPPAddlEmailTst
Is a unit test of supporting the Additional Email Extension.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidJUNITsuitestatic method, which returns the tests associated withEPPEAITst.static voidsetNumIterations(long aNumIterations) Sets the number of iterations to run per test.voidUnit test of passing an EAI address in a [RFC5733] contact create command and an ASCII alternate address.voidUnit test of passing an EAI address in a [RFC5733] contact create command and an SMTPUTF8 alternate address.voidUnit test of returning an ASCII email in the extension to an [RFC5733] contact info response.voidUnit test of returning an SMTPUTF8 email in the extension to an [RFC5733] contact info response.voidUnit test of returning an empty alternative email in the extension to an [RFC5733] contact info response.voidUnit test of passing an ASCII email in the extension to an [RFC5733] contact update command.voidUnit test of passing an SMTPUTF8 email in the extension to an [RFC5733] contact update command.voidUnit test of unsetting the alternate email in the extension to an [RFC5733] contact update command.
-
Constructor Details
-
EPPAddlEmailTst
public EPPAddlEmailTst()
-
-
Method Details
-
testContactCreateASCIIAlternate
public void testContactCreateASCIIAlternate()Unit test of passing an EAI address in a [RFC5733] contact create command and an ASCII alternate address. -
testContactCreateSMTPUTF8Primary
public void testContactCreateSMTPUTF8Primary()Unit test of passing an EAI address in a [RFC5733] contact create command and an SMTPUTF8 alternate address. -
testContactUpdateASCIIAlternate
public void testContactUpdateASCIIAlternate()Unit test of passing an ASCII email in the extension to an [RFC5733] contact update command. -
testContactUpdateSMTPUTF8Alternate
public void testContactUpdateSMTPUTF8Alternate()Unit test of passing an SMTPUTF8 email in the extension to an [RFC5733] contact update command. -
testContactUpdateUnsetAlternate
public void testContactUpdateUnsetAlternate()Unit test of unsetting the alternate email in the extension to an [RFC5733] contact update command. -
testContactInfoRespASCIIAlternate
public void testContactInfoRespASCIIAlternate()Unit test of returning an ASCII email in the extension to an [RFC5733] contact info response. -
testContactInfoResponseSMTPUTF8Primary
public void testContactInfoResponseSMTPUTF8Primary()Unit test of returning an SMTPUTF8 email in the extension to an [RFC5733] contact info response. -
testContactInfoRespUnsetAlternate
public void testContactInfoRespUnsetAlternate()Unit test of returning an empty alternative email in the extension to an [RFC5733] contact info response. -
beforeClass
public static void beforeClass()JUNITsuitestatic method, which returns the tests associated withEPPEAITst. -
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
-