doc / ch.tutteli.atrium.logic.creating / RootExpectBuilder / OptionsChooser / withVerb

withVerb

open fun withVerb(verb: String): Unit (source)

Wraps the given verb into an Untranslatable and passes it to the overload which expects a Translatable -- this is then used as custom expectation verb instead of the previously defined verb.

abstract fun withVerb(verb: Translatable): Unit (source)

Uses the given verb as expectation verb instead of the previously defined verb.