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> {}
}
}Content copied to clipboard