operator fun <T, R> invoke(previousExpect: Expect<T>, maybeSubject: Option<R>, description: Translatable, assertions: List<Assertion>, featureExpectOptions: FeatureExpectOptions<R>): FeatureExpect<T, R>
operator fun <T, R> invoke(featureExpect: FeatureExpect<T, R>, featureExpectOptions: FeatureExpectOptions<R>): FeatureExpect<T, R>
Use this overload if you want to modify the options of a FeatureExpect.