com.ibm.rational.test.lt.models.behavior.lttest package
This package holds the interfaces related to the performance test object and its attributes.
The LTTest interface is the root container for
all model elements. The LTTest interface also consists of
model elements that are used to refer to outside assets, such as datasets,
features, and external resources. An extension is not expected to
implement or extend an LTTest
interface.
An LTTest interface consists of the following items:
- An instance of LTResources that contains features and other globally scoped items.
- A list of common and protocol based options.
- A list of datasets being used in this test, if any.
- A list of properties specific to this test.
- A list of model elements that might contain other model elements.
The following diagram shows the com.ibm.rational.test.lt.models.behavior.lttest package structure: