@NonNullByDefault
See: Description
| Interface | Description |
|---|---|
| TestStateListenerType |
An interface for listening for test state changes.
|
| ToXMLReportType<T> |
The interface shared by types that appear in the XML reports.
|
| Class | Description |
|---|---|
| ClassName |
A fully-qualified class name.
|
| StringBuilderOutputStream |
A trivial output stream that appends to a
StringBuilder internally. |
| TestCollectionRunner |
A test runner that runs all tests in the given classes, and publishes test
state changes on the given listener.
|
| TestName |
A test (method) name.
|
| TestReportConfig |
XML report configuration.
|
| TestReportXMLVersion |
The XML URI of reports.
|
| TestScanning |
Functions for scanning for tests, and inspecting classes and methods.
|
| TestsState |
Opaque structure representing the current testing state.
|
| TestState |
The state of a given test.
|
| TestState.Failed |
A failed test.
|
| TestState.Initialized |
An initialized test.
|
| TestState.Skipped |
A skipped test.
|
| TestState.Succeeded |
A succeeded test.
|
| Enum | Description |
|---|---|
| TestState.TestStateType |
The test state enum.
|
Copyright © 2015 <code@io7m.com> http://io7m.com