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
fun TestNode(component: Component)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val clickHandler: EventHandler<ClickEvent>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var parent: TestNode? = null
Link copied to clipboard