Builder

Properties

Link copied to clipboard
var decorator: suspend DecoratorScope.(iteration: suspend DecoratorScope.() -> Unit) -> Unit

Decorates the parameterize block, enabling additional shared logic to be inserted around each iteration.

Link copied to clipboard

Invoked after parameterize has finished iterating, enabling the final results to be handled.

Link copied to clipboard

Invoked after each failing iteration to configure how a failure should be handled.