doc / ch.tutteli.atrium.logic.creating.impl / OptionsStepImpl / withoutOptions

withoutOptions

fun withoutOptions(): RootExpectBuilder.FinalStep<T> (source)

Overrides OptionsStep.withoutOptions

States explicitly that no optional RootExpectOptions are defined, which means, build will create a new Expect based on the previously defined mandatory options but without any optional options or in other words, the default values are used for the optional options.

Use withOptions if you want to define optional RootExpectOptions such as, override the verb, define an own representation or use an own Reporter.