FinalStepImpl
class FinalStepImpl<T>(val subject: T, val expectationVerb: Translatable, val options: RootExpectOptions<T>?) : RootExpectBuilder.FinalStep<T> (source)
Properties
Link copied to clipboard
The previously defined expectation verb.
Link copied to clipboard
Either the previously specified RootExpectOptions or null
.