doc / ch.tutteli.atrium.creating / FeatureExpect / invoke

invoke

operator fun <T, R> invoke(previousExpect: Expect<T>, maybeSubject: Option<R>, description: Translatable, assertions: List<Assertion>, featureExpectOptions: FeatureExpectOptions<R>): FeatureExpect<T, R> (source) operator fun <T, R> invoke(featureExpect: FeatureExpect<T, R>, featureExpectOptions: FeatureExpectOptions<R>): FeatureExpect<T, R> (source)

Use this overload if you want to modify the options of a FeatureExpect.