Package | Description |
---|---|
com.itko.lisa.coordinator | |
com.itko.lisa.stats | |
com.itko.lisa.test | |
com.itko.lisa.testing |
Modifier and Type | Class and Description |
---|---|
class |
ReportGenerator
This base class implements the context support for any means you wish to
listen for test events and publish them to the obvious places, like the
screen, printer, database, or file.
|
Modifier and Type | Method and Description |
---|---|
void |
Coordinator.addTestEventListener(TestEventListener tel,
int[] filter)
Use this method to hook into the event mechanism LOCALLY; use the RMI version
for adding remote listeners.
|
void |
Coordinator.removeTestEventListener(TestEventListener tel)
The obvious complement to addTestEventListener so we can remove
event listeners as needed
|
Modifier and Type | Class and Description |
---|---|
class |
StatKeeper
This is a statistics keeper for LISA test runs.
|
Modifier and Type | Field and Description |
---|---|
TestEventListener |
TestEventMgr.TestListener.tel |
Modifier and Type | Method and Description |
---|---|
void |
TestEventMgr.addListener(TestEventListener cl,
int[] filter)
This method adds a listener to the collection of listeners.
|
void |
TestEventMgr.addListener(TestEventListener cl,
int[] filter,
boolean quietToo)
This method adds a listener to the collection of listeners.
|
void |
TestEventMgr.removeListener(TestEventListener cl)
Takes a listener out of the collection
|
void |
TestEventMgr.updateListenerFilter(TestEventListener cl,
int[] nfilter)
Takes a listener out of the collection
|
Modifier and Type | Class and Description |
---|---|
class |
StagedSuite
StagedSuite
This is a Coordinator for test suites.
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.