|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.util.TestUtil
public class TestUtil
Test utility methods. This class contains a set of utility static methods useful for interface tests.
Constructor Summary | |
---|---|
TestUtil()
|
Method Summary | |
---|---|
static void |
handleException(EPPSession aSession,
java.lang.Exception aException)
Handle an Exception , which can be either a server
generated error or a general exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestUtil()
Method Detail |
---|
public static void handleException(EPPSession aSession, java.lang.Exception aException) throws InvalidateSessionException
Exception
, 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.
aSession
- Session being usedaException
- Exception
thrown during test
InvalidateSessionException
- The session should be invalidated by calling method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |