TestNode

class TestNode(component: Component)

A test node is used to hold all the information needed to represent a given component in the testing tree. This information is be used by testing actions (filter, interaction, assertion) and also to represent them in a visual way (e.g String representation).

Constructors

Link copied to clipboard
constructor(component: Component)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun <T> getAttribute(key: AttributeKey<T>): T