|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.verisign.epp.namestore.interfaces.NSPollTst
public class NSPollTst
Tests the handling of NameStore poll messages. This test also functions as a sample for handling all of the possible poll messages generated by NameStore.
NSDomain
,
EPPDomain
Constructor Summary | |
---|---|
NSPollTst(java.lang.String name)
Allocates an NSPollTst with a logical name. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
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 ). |
static void |
printEnd(java.lang.String aTest)
Print the end of a test with the Thread name if the current
thread is a TestThread . |
static void |
printStart(java.lang.String aTest)
Print the start of a test with the Thread name if the
current thread is a TestThread . |
protected void |
setUp()
JUNIT setUp method |
static junit.framework.Test |
suite()
JUNIT suite static method, which returns the tests
associated with NSPollTst . |
protected void |
tearDown()
JUNIT tearDown , which currently does nothing. |
void |
testEndSession()
Unit test of EPPSession.endSession . |
void |
testPoll()
Unit test of EPPSession.sendPoll command. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
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, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NSPollTst(java.lang.String name)
NSPollTst
with a logical name. The
constructor will initialize the base class TestCase
with
the logical name.
name
- Logical name of the testMethod Detail |
---|
public void testPoll()
EPPSession.sendPoll
command.
public void testEndSession()
EPPSession.endSession
. One session in the
session pool wil be ended.
protected void setUp()
setUp
method
setUp
in class junit.framework.TestCase
protected void tearDown()
tearDown
, which currently does nothing.
tearDown
in class junit.framework.TestCase
public static junit.framework.Test suite()
suite
static method, which returns the tests
associated with NSPollTst
.
public static void main(java.lang.String[] args)
true
) or off (
false
). If validate is not specified, validation will be
off.
args
- DOCUMENT ME!public static void printStart(java.lang.String aTest)
Thread
name if the
current thread is a TestThread
.
aTest
- name for the testpublic static void printEnd(java.lang.String aTest)
Thread
name if the current
thread is a TestThread
.
aTest
- name for the test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |