TestExecutionReport

abstract class TestExecutionReport(source)

A report containing a sequence of test events, each of which will be added during execution.

During execution, a report is expected to contain TestElementEvent.Starting and TestElementEvent.Finished for every element in the test element hierarchy. This includes events for disabled elements.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract suspend fun add(event: TestElementEvent)