Interface | Description |
---|---|
JvmTestOperationDescriptor |
Describes a test that runs on the JVM and for which an event has occurred.
|
TestFailureResult |
Describes how a test operation finished with failures.
|
TestFinishEvent |
An event that informs about a test having finished its execution.
|
TestOperationDescriptor |
Describes a test operation for which an event has occurred.
|
TestOperationResult |
Describes the result of running a test operation.
|
TestProgressEvent |
Root interface for all events that signal progress while executing a test or test suite.
|
TestSkippedResult |
Describes how a test operation was skipped.
|
TestStartEvent |
An event that informs about a test having started its execution.
|
TestSuccessResult |
Describes how a test operation finished successfully.
|
Enum | Description |
---|---|
JvmTestKind |
Enumerates the different kinds of JVM tests.
|