CompletesBuilder

Builder for "completes with result" DSL syntax.

Usage: completes with orderResult

Note: This builder throws StepCompletionSignal to immediately exit the step. No explicit return is needed after completes with.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
infix fun with(result: R): Nothing

Completes the step with the given result. Throws StepCompletionSignal to immediately exit the step.