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

withoutOptions

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

Overrides OptionsStep.withoutOptions

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.