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