Package | Description |
---|---|
com.itko.lisa.coordinator | |
com.itko.lisa.stats | |
com.itko.lisa.test | |
com.itko.lisa.testing |
Modifier and Type | Method and Description |
---|---|
java.util.List<TestEvent> |
Coordinator.getErrorEvents()
If the test has received errors, here are the error events
If the test has not failed, you will get null.
|
Modifier and Type | Method and Description |
---|---|
void |
Coordinator.fireTestEvent(TestEvent ev)
Simulators use this method to propogate events back to the coordinator
so that they can be reported as requested.
|
void |
Coordinator.fireTestEvents(TestEvent[] ev)
This method allows you to send multiple events in one method invocation,
which is a cool thing to do for reducing RMI/threading noise.
|
abstract void |
ReportGenerator.pushEvent(TestEvent ev)
Abstract method that the sublcass must implement so we can get the event
down to the custom code for this type of EventConsumers
|
void |
ReportGenerator.testEvent(TestEvent ev)
The method that is called by the TestEventMgr when there's an event to
process.
|
Modifier and Type | Method and Description |
---|---|
void |
StatKeeper.testEvent(TestEvent e)
Called by the TestEventMgr, and used to update our TestRunInfo and
SimulatorInfo collections.
|
Modifier and Type | Method and Description |
---|---|
TestEvent |
TestEvent.lite()
Provide a new instance of TestEvent, cloned from this instance but with a longMsg field
truncated to LITE_LONGMSG_LEN bytes.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TestEventMgr.isEventFiltered(TestEvent ev,
int[] filter)
Method to test a certain event and figure out if it's filtered
|
void |
TestEventMgr.pushEvent(TestEvent ev)
Method called by the event source to publish an event to all its listeners
|
void |
TestEventMgr.pushEvent(TestEvent ev,
boolean quiet) |
void |
TestExec.raiseEvent(TestEvent event,
boolean quiet) |
void |
TestEventListener.testEvent(TestEvent e)
The method called on all listeners when we have an event
that was not filtered out.
|
void |
RMIEventListenerI.testEvent(TestEvent[] events)
The method called on all listeners when we have an event
that was not filtered out.
|
Modifier and Type | Method and Description |
---|---|
void |
StagedSuite.testEvent(TestEvent event) |
void |
StagedSuite.testEvent(TestEvent[] events) |
Copyright © 1998-2014 CA, Inc. All Rights Reserved.