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