| Interface | Description |
|---|---|
| ITestListener |
Interface for listeners for test status and output.
|
| Class | Description |
|---|---|
| Environment |
Abstracts environment variables.
|
| ExecResult |
Container for results of Runtime.exec() calls, immutable class.
|
| Httest |
Wrapper for running httest.
|
| HttestError |
Contains information about a script error.
|
| HttestWrapper |
Base test case for httest tests.
|
| ProcessStreamHandler |
Reads any input stream in a separate thread until
the stream is finished.
|
| TestReportListener |
| Enum | Description |
|---|---|
| Architecture |
Detects the architecture of the system.
|
| ITestListener.STATE |
List of possible test states.
|
| OperatingSystem |
Enum that abstracts an operating system.
|
| Exception | Description |
|---|---|
| HttestFailedException |
Exception thrown when httest fails by returning a return code != 0.
|