doc / ch.tutteli.atrium.assertions.builders / Explanatory / FinalStep

FinalStep

interface FinalStep : AssertionBuilderFinalStep<ExplanatoryAssertion> (source)

Final step which creates an ExplanatoryAssertion based on the previously defined explanation.

Properties

explanation

abstract val explanation: Any?

The previously defined ExplanatoryAssertion.explanation.

Inherited Functions

build

abstract fun build(): T

Creates and returns the new Assertion of type T.

Companion Object Functions

create

fun create(explanation: Any?): Explanatory.FinalStep

Factory method to create the FinalStep in the building process of a ExplanatoryAssertion based on the given explanation.