open fun withVerb(verb: String): Unit
Wraps the given verb into an Untranslatable and passes it to the overload which expects a Translatable -- this is then used as custom assertion verb instead of the previously defined verb.
abstract fun withVerb(verb: Translatable): Unit
Uses the given verb as assertion verb instead of the previously defined verb.