TestEventReporter

Reports test events.

Since

8.12

Inheritors

Functions

Link copied to clipboard
abstract fun close()
Close the generator.
Link copied to clipboard
open fun failed(endTime: Instant)
open fun failed(endTime: Instant, message: String)
abstract fun failed(endTime: Instant, message: String, additionalContent: String)
Emit a failure event for the test.
Link copied to clipboard
abstract fun output(logTime: Instant, destination: TestOutputEvent.Destination, output: String)
Emit an output event for the test.
Link copied to clipboard
abstract fun skipped(endTime: Instant)
Emit a skipped event for the test.
Link copied to clipboard
abstract fun started(startTime: Instant)
Emit a start event for the test.
Link copied to clipboard
abstract fun succeeded(endTime: Instant)
Emit a successful completion event for the test.