TestExecutionTraversal
A traversal following the execution across all TestElements of a (partial) test element hierarchy.
For an example, see the implementation of TestConfig.failFast.
Functions
Link copied to clipboard
abstract suspend fun aroundEach(testElement: TestElement, elementAction: suspend TestElement.() -> Unit)
A method wrapping each TestElement's cumulative elementAction.