public class ErrorComponentTest extends ComponentClientTestCase
acsCorba, m_acsManagerProxy, m_logger, m_managerLoc| Constructor and Description |
|---|
ErrorComponentTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp()
Starts CORBA in the client process and connects to the manager and logger.
|
protected void |
tearDown()
Releases all previously obtained components (using manager), logs out from the manager,
and terminates the CORBA ORB.
|
void |
testBadMethod() |
void |
testCompletionFromCompletion() |
void |
testCompletionFromException() |
void |
testCompletionOnStack() |
void |
testDisplayMessage() |
void |
testExceptionFromCompletion() |
void |
testOutCompletion() |
void |
testReceiveCorbaSystemException() |
void |
testTypeException() |
connectToManager, getContainerServices, getFullName, getLogReceiver, initRemoteLogging, runTestpublic ErrorComponentTest()
throws java.lang.Exception
java.lang.Exceptionprotected void setUp()
throws java.lang.Exception
ComponentClientTestCase
Subclasses that override this method must call super.setUp(),
likely before any other code in that method.
setUp in class ComponentClientTestCasejava.lang.Exceptionjunit.framework.TestCase#setUp()protected void tearDown()
throws java.lang.Exception
ComponentClientTestCase
Subclasses that override this method must call super.tearDown(), likely after any other code in that method.
tearDown in class ComponentClientTestCasejava.lang.Exceptionjunit.framework.TestCase#tearDown()public void testDisplayMessage()
public void testBadMethod()
public void testExceptionFromCompletion()
public void testTypeException()
public void testReceiveCorbaSystemException()
public void testCompletionFromException()
public void testCompletionFromCompletion()
public void testCompletionOnStack()
public void testOutCompletion()