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 assertion verb instead of the previously defined verb.
abstract fun withVerb(verb: Translatable): Unit
(source)
Uses the given verb as assertion verb instead of the previously defined verb.