withVerb

open fun withVerb(verb: String)(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)(source)

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