class ExpectationVerbStepImpl<T> : RootExpectBuilder.ExpectationVerbStep<T>
(source)
ExpectationVerbStepImpl(subject: T) |
val subject: T
The previously specified subject of the expectation. |
fun withVerb(verb: Translatable): RootExpectBuilder.OptionsStep<T>
Uses the given verb as expectation verb. |
open fun withVerb(verb: String): RootExpectBuilder.OptionsStep<T>
Wraps the given verb into an Untranslatable and uses it as expectation verb. |