

Public Member Functions | |
| ClosedLoopEventTest () throws Exception | |
| void | testStructWithTypedef () throws Exception |
Static Public Attributes | |
| static final String | ADHOC_CHANNEL_NAME = "ClosedLoopEventTestChannel" |
Protected Member Functions | |
| void | setUp () throws Exception |
| void | tearDown () throws Exception |
Sends various kinds of events and subscribes to form a closed roundtrip loop. Compares sent and received envents.
| alma::nctest::clients::ClosedLoopEventTest::ClosedLoopEventTest | ( | ) | throws Exception [inline] |
| void alma::nctest::clients::ClosedLoopEventTest::setUp | ( | ) | throws Exception [inline, 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.
Reimplemented from alma::acs::component::client::ComponentClientTestCase.
| void alma::nctest::clients::ClosedLoopEventTest::tearDown | ( | ) | throws Exception [inline, 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.
Reimplemented from alma::acs::component::client::ComponentClientTestCase.
| void alma::nctest::clients::ClosedLoopEventTest::testStructWithTypedef | ( | ) | throws Exception [inline] |
final String alma::nctest::clients::ClosedLoopEventTest::ADHOC_CHANNEL_NAME = "ClosedLoopEventTestChannel" [static] |
The channel used for theses tests. Note that usually the channel name must be an IDL-defined string to avoid mismatches between senders and receivers.
Referenced by testStructWithTypedef().
1.6.2