interface ExpectationVerbStep<T> (source)
Step which allows to specify the expectation verb which shall be used.
abstract val subject: T
The previously specified subject of the expectation.  | 
open fun withVerb(verb: String): RootExpectBuilder.OptionsStep<T>
Wraps the given verb into an Untranslatable and uses it as expectation verb. abstract fun withVerb(verb: Translatable): RootExpectBuilder.OptionsStep<T>
Uses the given verb as expectation verb.  | 
class ExpectationVerbStepImpl<T> : RootExpectBuilder.ExpectationVerbStep<T> |