Public Member Functions | |
AcsJExceptionTest () throws Exception | |
void | testGetErrorTrace () |
void | testErrorTraceToAcsJExConversion () |
void | testJCompletion () |
void | testLogAcsJException () |
Private Member Functions | |
void | checkWrapperAcsJEx (AcsJACSErrTest0Ex ex) |
Private Attributes | |
ClientServerExceptionExample | exSystem |
String | hostName |
|
|
|
Checks the structure and values of the exception obtained from ClientServerExceptionExample#throwWrapperAcsJACSErrTest0Ex(boolean).
|
|
Tests the conversion from AcsJACSErrTest0Ex to ErrorTrace and back, first by wrapping and later by directly converting a CORBA exception with/to a native Java exception. Calls ClientServerExceptionExample#throwWrapperAcsJACSErrTest0Ex and ClientServerExceptionExample#throwConvertedAcsJACSErrTest0Ex to get the three linked exceptions
|
|
Uses ClientServerExceptionExample#throwOriginalAcsJACSErrTest0Ex to verify the output of the method AcsJException#getErrorTrace. Thus what gets tested is the conversion from the AcsJ- to the CORBA world. Fields which are more difficult to get out from an ErrorTrace object will be checked in subsequent tests. |
|
Creates Completion objects from scratch, from other completion objects, with and without associated exception, and checks the values. |
|
Checks if logging of ACS exceptions (including caused-by exceptions) works. See also |
|
|
|
|