Interface | Description |
---|---|
CompanionInterface |
Companions are used to do any kind of per-test execution initialization and
cleanup that you might need.
|
CustJavaNodeInterface |
This interface defines the contract that custom java classes must implement to be valid
for the CustJavaNode to invoke.
|
DataSet |
This interface is the RMI-enabled server contract for all DataSets.
|
FilterInterface |
NOTE: Filters should now extend FilterBaseImpl.java and implement subPreFilter and subPostFilter methods
Filters are used to do any kind of result parsing or custom validation
you might require.
|
NamedObject |
Interface to make it easy for object passed around to be named.
|
NamedType |
The object's class name is an easy fetch with getClass().getName(), but
we often need human usable versions of an object's type that we can use
instead.
|
RMIEventListenerI |
This interface need not supply anything to do its job.
|
TestEventListener |
Interface for anyone who wants to register to receive TestEvent
objects from a given test run.
|
TestExec.TestExecInfo |
Class | Description |
---|---|
Abend |
This class implements the abnormal termination of a test node.
|
CheckResult |
This is a deprecated class used to avoid code changes.
|
DataSetImpl |
This is an abstract class that provides most of the context support for
LISA Data Sets.
|
Environment |
This class performs all the basic initialization that's needed to get LISA
running.
|
NormalEnd |
This class implements the normal termination of a test node.
|
RandSet |
This class implements a random data set.
|
SimpleCompanion |
SimpleCompanion - a simplified way to extend LISA with new companions.
|
TestCase |
This class contains the object form of the test case that
is stored as a document somewhere.
|
TestEvent |
This object contains all the data related to a specific event that
occurred during a test execution.
|
TestEvent.TestEventConverter |
If you're using xstream this is much faster than using the reflection converter.
|
TestEventMgr |
A TestEventMgr is a queue for receiving LISA events and publishing those events to interested listeners.
|
TestEventMgr.TestListener |
This class keeps the test event listener object and its filter list
|
TestExec |
This is the heart of test execution.
|
TestNode |
TestNode is the heart of LISA.
|
Enum | Description |
---|---|
DataSetImpl.DataType | |
NamedObject.NameType | |
TestNode.ASSERT_FILTER_TYPE | |
TestNode.FILTER_RUN_TYPE |
Exception | Description |
---|---|
LisaException |
This exception class contains the base class for Lisa exceptions
|
TestDefException |
This is the base exception class for all LISA test definition errors.
|
TestRunException |
This exception class contains the details of a run-time error in LISA.
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.