doc / ch.tutteli.atrium.logic.creating.transformers / FeatureExtractorBuilder / OptionsStep / withoutOptions

withoutOptions

abstract fun withoutOptions(): FeatureExtractorBuilder.FinalStep<T, R> (source)

States explicitly that no optional FeatureExpectOptions are defined, which means, the FeatureExtractor will create a new AssertionContainer 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 FeatureExpectOptions such as, override the description, define an own representation etc.