Classes
| Class | Description | |
|---|---|---|
| Annotation |
An annotation associates a message with a source code location
to inform the user about a problem.
| |
| RootTest |
The root test in the test tree.
| |
| Test |
A test object represents a parameterized test case or test
container. The test parameters are used as placeholders for
data-binding during test execution. A single test can
produce multiple steps () at runtime.
| |
| TestComponent |
Common interface for elements in the test object model.
| |
| TestModel |
The test model provides access to the contents of the test tree
generated from a test package by the test enumeration process.
| |
| TestParameter |
A test parameter describes a formal parameter of a Name
to which a value may be bound and used during test execution.
| |
| TestStep |
A test step is a delimited region of a test defined at run-time.
|
