open fun withVerb(verb: String): ExpectBuilder.OptionsStep<T>
Wraps the given verb into an Untranslatable and uses it as assertion verb.
abstract fun withVerb(verb: Translatable): ExpectBuilder.OptionsStep<T>
Uses the given verb as assertion verb.