strikt-core / strikt.api / CompoundAssertions

CompoundAssertions

interface CompoundAssertions<T>

Returned by Assertion.Builder.compose allowing a bridge between evaluation of composed assertions and the determination of the overall result in the block parameter passed to then.

Functions

then

Determine the overall status of a compound assertion based on the results of its child assertions.

abstract infix fun then(block: CompoundAssertion.() -> Unit): Builder<T>