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
constructor(    description: String,     parentSelector: TestNodeSelector? = null,     throwOnSelectionError: Boolean = false,     selector: TestNodeSelector.(List<TestNode>) -> SelectionResult)

Properties

Link copied to clipboard

Functions

Link copied to clipboard