Class NSContactTst
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.verisign.epp.namestore.interfaces.NSContactTst
- All Implemented Interfaces:
junit.framework.Test
public class NSContactTst
extends junit.framework.TestCase
Test of the use of the
NSContact interface. This test utilizes
the EPP session pool and exercises all of the operations defined in
NSContact and the base class EPPContact.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidUnit test main, which accepts the following system property options:
iterations Number of unit test iterations to run validate Turn XML validation on (true) or off (false).This method generates a unique Contact Name.static voidPrint the end of a test with theThreadname if the current thread is aTestThread.static voidprintStart(String aTest) Print the start of a test with theThreadname if the current thread is aTestThread.protected voidsetUp()JUNITsetUpmethodstatic junit.framework.Testsuite()JUNITsuitestatic method, which returns the tests associated withNSContactTst.protected voidtearDown()JUNITtearDown, which currently does nothing.voidUnit test ofNSContact.sendContactCheckcommand.voidUnit test ofNSContact.sendCreatecommand.voidUnit test ofNSContact.sendDeletecommand.voidUnit test ofNSContact.sendContactInfocommand.voidUnit test ofNSContact.sendUpdatecommand.voidUnit test ofEPPSession.endSession.voidUnit test usingNSContact.addOrgId(EPPOrgExtId)to set the reseller identifier on create andNSContact.addUpdateOrgId(int, EPPOrgExtId)to update the reseller identifier of an existing contact.Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
-
Constructor Details
-
NSContactTst
Allocates anNSContactTstwith a logical name. The constructor will initialize the base classTestCasewith the logical name.- Parameters:
name- Logical name of the test
-
-
Method Details
-
testContactCreate
public void testContactCreate()Unit test ofNSContact.sendCreatecommand. -
testContactCheck
public void testContactCheck()Unit test ofNSContact.sendContactCheckcommand. -
testContactInfo
public void testContactInfo()Unit test ofNSContact.sendContactInfocommand. -
testContactDelete
public void testContactDelete()Unit test ofNSContact.sendDeletecommand. -
testContactUpdate
public void testContactUpdate()Unit test ofNSContact.sendUpdatecommand. -
testResellerId
public void testResellerId()Unit test usingNSContact.addOrgId(EPPOrgExtId)to set the reseller identifier on create andNSContact.addUpdateOrgId(int, EPPOrgExtId)to update the reseller identifier of an existing contact. -
testEndSession
public void testEndSession()Unit test ofEPPSession.endSession. One session in the session pool wil be ended. -
setUp
protected void setUp()JUNITsetUpmethod- Overrides:
setUpin classjunit.framework.TestCase
-
tearDown
protected void tearDown()JUNITtearDown, which currently does nothing.- Overrides:
tearDownin classjunit.framework.TestCase
-
suite
public static junit.framework.Test suite()JUNITsuitestatic method, which returns the tests associated withNSContactTst.- Returns:
- Test suite
-
main
Unit test main, which accepts the following system property options:
- iterations Number of unit test iterations to run
- validate Turn XML validation on (
true) or off (false). If validate is not specified, validation will be off.
- Parameters:
args- DOCUMENT ME!
-
printStart
Print the start of a test with theThreadname if the current thread is aTestThread.- Parameters:
aTest- name for the test
-
printEnd
Print the end of a test with theThreadname if the current thread is aTestThread.- Parameters:
aTest- name for the test
-
makeContactName
This method generates a unique Contact Name.- Returns:
- Unique contact name
-