Interface | Description |
---|---|
IReport |
Internal interface used to generate output to a stream
|
Class | Description |
---|---|
CompInfo |
This class contains the component-level information that Lisa enables
servers to report and for Lisa test case authors to access.
|
ExceptionInfo |
This class is a wrapper for Exceptions that are reported by the system under test
You will not generally need to access this class directly.
|
Integrator |
This is the base class for all Lisa Integration methods.
|
JvmInfo |
An integration object containing useful information about the JVM at the begining and end of the LISA transaction
|
LisaCollector |
This class is the abstract base class for all Lisa Integrator collection
objects.
|
LisaConnectionPoolDataSource |
Created by IntelliJ IDEA.
|
LisaDataSource | |
LisaEventInfo |
This class holds Lisa Event info that is passed from the system under test
to the test case currently running
There is generally no need to access this class.
|
LisaJdbcDriver |
A jdbc driver wrapper class which intercepts jdbc calls and makes them available to LISA test cases when
the test case is executed (if server-side LISA integration is enabled).
|
LisaP6SpyProperties |
Created by IntelliJ IDEA.
|
LisaPooledConnection |
Created by IntelliJ IDEA.
|
LisaProp |
This class holds an instance of a Lisa or any generic property setting
of a key and value.
|
LisaXADataSource | |
Log4JLisaAppender |
Hooks log4j and will report back via LisaIntegration any log output at INFO or greater.
|
LoggedMessage |
A holder class for logged messages.
|
LoggedResultSet |
The internal lisa integration representation of a result set
|
LoggedSql |
A holder class for SQLs issued by the app.
|
P6SpyLisaIntegrator |
P6Spy is a jdbc interceptor that we can use to capture SQLs and push them
back to the test case as log messages & properties
|
TestHarness |
A helper class to make it very simple to implement server side LISA
integration anywhere in the server side code.
|
TransInfo |
The TransInfo class contains all the information that can be gathered about
the execution of a specific "transaction" of the system under test.
|
UniqueSql |
Created by IntelliJ IDEA.
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.