testStyleAs

infix fun <T : Node> T.testStyleAs(nodeStyle: TestStyle): T

Extension function to add one of the standard testing styles defined in widgetsfx.css to a Node. These styles are intended to make it easier to understand how layout elements are related to one another and their extents when designing GUI screens.

Parameters

nodeStyle

The testing style to be applied to the Node