FinalStep

Final step which creates a DescriptiveAssertion based on the previously defined test, description and representation.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun build(): DescriptiveAssertion

Creates and returns the new Assertion of type T.

Properties

Link copied to clipboard

The previously defined DescriptiveAssertion.description.

Link copied to clipboard
abstract val representation: Any

The previously defined DescriptiveAssertion.representation.

Link copied to clipboard
abstract val test: () -> Boolean

The previously defined test which is used to determine DescriptiveAssertion.holds.