AssertOptions

sealed external interface AssertOptions(source)

Properties

Link copied to clipboard
abstract var diff: AssertOptionsDiff?

If set to 'full', shows the full diff in assertion errors.

Link copied to clipboard
abstract var strict: Boolean?

If set to true, non-strict methods behave like their corresponding strict methods.