invoke

operator fun <T> invoke(maybeSubject: Option<T>, assertionVerb: Translatable, options: RootExpectOptions<T>?): RootExpect<T>(source)


operator fun <T> invoke(rootExpect: RootExpect<T>, options: RootExpectOptions<T>): RootExpect<T>(source)

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