public class EPPLoginSecPolicyRegistryTst
extends junit.framework.TestCase
| Constructor and Description |
|---|
EPPLoginSecPolicyRegistryTst(java.lang.String name)
Allocates an
EPPLoginSecPolicyRegistryTst with a logical name. |
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(java.lang.Exception aException)
Handle an
EPPCommandException, which can be either a server
generated error or a general exception. |
protected void |
setUp() |
static junit.framework.Test |
suite() |
protected void |
tearDown()
JUNIT
tearDown, which currently does nothing. |
void |
testInfo()
Test for the registry system info command that expects the system to
include the Login Security Extension.
|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toStringassertEquals, 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, failpublic EPPLoginSecPolicyRegistryTst(java.lang.String name)
EPPLoginSecPolicyRegistryTst with a logical name. The
constructor will initialize the base class TestCase with the
logical name.name - Logical name of the testpublic void testInfo()
public void handleException(java.lang.Exception aException)
EPPCommandException, which can be either a server
generated error or a general exception. If the exception was caused by a
server error, "Server Error :<Response XML>" will be specified. If
the exception was caused by a general algorithm error, "General Error
:<Exception Description>" will be specified.aException - Exception thrown during testpublic static junit.framework.Test suite()
protected void setUp()
setUp in class junit.framework.TestCaseprotected void tearDown()
tearDown, which currently does nothing.tearDown in class junit.framework.TestCaseCopyright © VeriSign Inc. All Rights Reserved.