KeyedParameter

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

Usage:

class MyParameter : TestElement.KeyedParameter(Key) {
companion object {
val Key = object : Key<MyParameter> {}
}
}

Constructors

Link copied to clipboard
constructor(key: TestElement.KeyedParameter.Key<*>)

Types

Link copied to clipboard