TestElement

Types

Link copied to clipboard
sealed class Event

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

Link copied to clipboard

A parameter uniquely identified by its key. The key also determines the specific parameter's type.

Link copied to clipboard

A path uniquely identifying a test element in its test hierarchy.

Properties

Link copied to clipboard
open override val testElementIsEnabled: Boolean
Link copied to clipboard

Functions

Link copied to clipboard

Returns the parameter identified by key, if it exists, otherwise null.

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