GroupTestEventReporter

Reports test events, and child test event reporters.

Since

8.12

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
open fun failed(endTime: Instant)
Link copied to clipboard
abstract fun output(logTime: Instant, destination: TestOutputEvent.Destination, output: String)
Link copied to clipboard
abstract fun reportTest(name: String, displayName: String): TestEventReporter
Create a child 'test' test event reporter.
Link copied to clipboard
Create a child group test event reporter.
Link copied to clipboard
abstract fun skipped(endTime: Instant)
Link copied to clipboard
abstract fun started(startTime: Instant)
Link copied to clipboard
abstract fun succeeded(endTime: Instant)