abstract fun withoutOptions(): ExpectBuilder.FinalStep<T>
States explicitly that no optional ExpectOptions 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 ExpectOptions such as, override the verb, define an own representation or use an own Reporter.