| Interface | Description |
|---|---|
| TestDescriptor |
Describes a test.
|
| TestListener |
Interface for listening to test execution.
|
| TestLogging |
Configures logging of the test execution, e.g.
|
| TestOutputEvent |
Standard output or standard error message logged during the execution of the test
|
| TestOutputListener |
Listens to the output events like printing to standard output or error
|
| TestResult |
Describes a test result.
|
| Class | Description |
|---|---|
| Test |
Executes tests.
|
| TestFrameworkOptions |
The base class for any test framework specific options.
|
| Enum | Description |
|---|---|
| TestOutputEvent.Destination |
Destination of the message
|
| TestResult.ResultType |
The final status of a test.
|
Task implementations.