Public Member Functions | |
ClientWithLogReceiverTest () throws Exception | |
void | testInitialized () |
void | testLogQueueNoDelay () throws Exception |
void | testLogCapture () throws Exception |
Protected Member Functions | |
void | setUp () throws Exception |
void | tearDown () throws Exception |
Private Attributes | |
LogReceiver | logReceiver |
|
|
|
Starts CORBA in the client process and connects to the manager and logger.
Subclasses that override this method must call
Reimplemented from alma::acs::component::client::ComponentClientTestCase.
|
|
Releases all previously obtained components (using manager), logs out from the manager, and terminates the CORBA ORB.
Subclasses that override this method must call
Reimplemented from alma::acs::component::client::ComponentClientTestCase.
|
|
The log receiver is supposed to be initialized, since LogReceiver#initialize(org.omg.CORBA.ORB, si.ijs.maci.Manager) |
|
|
|
Logs a single record and waits for it to come back from the Log service and to pass the queue (which is set to zero delay). Then the record is verified, and the same test is repeated a couple of times with different log records.
|
|
Reimplemented from alma::acs::component::client::ComponentClientTestCase.
|