TestElementEvent

sealed class TestElementEvent(source)

An event occurring as part of a test element's setup or execution.

Inheritors

Types

Link copied to clipboard
class Finished(element: TestElement, val startingEvent: TestElementEvent.Starting, val throwable: Throwable? = null) : TestElementEvent
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String