AttributeKey

open class AttributeKey<T>(val description: String)

This abstraction is used as an identifier for a given attribute of type T. Attributes are used for testing purposes, allowing the clients to filter and assert on Component according to them.

Inheritors

Constructors

Link copied to clipboard
constructor(description: String)

Properties

Link copied to clipboard