Companion

Functions

Link copied to clipboard
operator fun <T> invoke(rootExpect: RootExpect<T>, options: RootExpectOptions<T>): RootExpect<T>

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

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