doc / ch.tutteli.atrium.assertions.builders / Descriptive / FinalStep / create

create

fun create(test: () -> Boolean, description: Translatable, representation: Any): Descriptive.FinalStep (source)

Factory method to create the FinalStep in the building process of a DescriptiveAssertion based on the given test which indicates whether the assertion holds or not, a description as well as a representation.