Public Member Functions | Protected Member Functions

alma.acsexmpl.clients.ErrorComponentTest Class Reference

Inheritance diagram for alma.acsexmpl.clients.ErrorComponentTest:
alma.acs.component.client.ComponentClientTestCase

List of all members.

Public Member Functions

 ErrorComponentTest () throws Exception
void testDisplayMessage ()
void testBadMethod ()
void testExceptionFromCompletion ()
void testTypeException ()
void testReceiveCorbaSystemException ()
void testCompletionFromException ()
void testCompletionFromCompletion ()
void testCompletionOnStack ()
void testOutCompletion ()

Protected Member Functions

void setUp () throws Exception
void tearDown () throws Exception

Constructor & Destructor Documentation

alma.acsexmpl.clients.ErrorComponentTest.ErrorComponentTest (  )  throws Exception

Member Function Documentation

void alma.acsexmpl.clients.ErrorComponentTest.setUp (  )  throws Exception [protected]

Starts CORBA in the client process and connects to the manager and logger.

Subclasses that override this method must call super.setUp(), likely before any other code in that method.

See also:
junit.framework.TestCase.setUp()

Reimplemented from alma.acs.component.client.ComponentClientTestCase.

References alma.acs.component.client.ComponentClientTestCase.getContainerServices().

void alma.acsexmpl.clients.ErrorComponentTest.tearDown (  )  throws Exception [protected]

Releases all previously obtained components (using manager), logs out from the manager, and terminates the CORBA ORB.

Subclasses that override this method must call super.tearDown(), likely after any other code in that method.

See also:
junit.framework.TestCase.tearDown()

Reimplemented from alma.acs.component.client.ComponentClientTestCase.

References alma.acs.component.client.ComponentClientTestCase.getContainerServices().

void alma.acsexmpl.clients.ErrorComponentTest.testBadMethod (  ) 
void alma.acsexmpl.clients.ErrorComponentTest.testCompletionOnStack (  ) 
void alma.acsexmpl.clients.ErrorComponentTest.testDisplayMessage (  ) 
void alma.acsexmpl.clients.ErrorComponentTest.testExceptionFromCompletion (  ) 
void alma.acsexmpl.clients.ErrorComponentTest.testOutCompletion (  ) 
void alma.acsexmpl.clients.ErrorComponentTest.testReceiveCorbaSystemException (  ) 
void alma.acsexmpl.clients.ErrorComponentTest.testTypeException (  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties