TestNodeSelector

class TestNodeSelector(val description: String, parentSelector: TestNodeSelector? = null, throwOnSelectionError: Boolean = false, selector: TestNodeSelector.(List<TestNode>) -> SelectionResult)

Transforms a given set of nodes into a new list of TestNode.

Constructors

Link copied to clipboard
fun TestNodeSelector(description: String, parentSelector: TestNodeSelector? = null, throwOnSelectionError: Boolean = false, selector: TestNodeSelector.(List<TestNode>) -> SelectionResult)

Functions

Link copied to clipboard

Properties

Link copied to clipboard