class FinalStepImpl<T> : RootExpectBuilder.FinalStep<T> (source)
FinalStepImpl(subject: T, expectationVerb: Translatable, options: RootExpectOptions<T>?) | 
val expectationVerb: Translatable
The previously defined expectation verb.  | 
|
val options: RootExpectOptions<T>?
Either the previously specified RootExpectOptions or   | 
|
val subject: T
The previously specified subject of the expectation.  | 
fun build(): RootExpect<T>
Creates a new Expect based on the previously defined maybeOptions.  |