TestElement
Types
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.
Functions
Link copied to clipboard
fun <SpecificParameter : TestElement.KeyedParameter> testElementParameter(key: TestElement.KeyedParameter.Key<SpecificParameter>): SpecificParameter?
Returns the parameter identified by key, if it exists, otherwise null.