aroundEach

abstract suspend fun aroundEach(testElement: TestElement, elementAction: suspend TestElement.() -> Unit)(source)

A method wrapping each TestElement's cumulative elementAction.

The cumulative elementAction includes all wrapping actions following this one, and the elements primary action.