class OptionsStepImpl<T> : RootExpectBuilder.OptionsStep<T> (source)
| OptionsStepImpl(subject: T, expectationVerb: Translatable) | 
| val expectationVerb: TranslatableThe previously defined expectation verb. | |
| val subject: TThe previously specified subject of the expectation. | 
| fun withOptions(rootExpectOptions: RootExpectOptions<T>): RootExpectBuilder.FinalStep<T>Uses the given rootExpectOptions. | |
| fun withoutOptions(): RootExpectBuilder.FinalStep<T>States explicitly that no optional RootExpectOptions are defined, which means,  | 
| open fun withOptions(configuration: RootExpectBuilder.OptionsChooser<T>.() -> Unit): RootExpectBuilder.FinalStep<T>Allows to define the RootExpectOptions via an OptionsChooser-lambda which provides convenience functions. |