AssertionErrorOptions

sealed external interface AssertionErrorOptions(source)

Properties

Link copied to clipboard
abstract var actual: Any?

The actual property on the error instance.

Link copied to clipboard
abstract var expected: Any?

The expected property on the error instance.

Link copied to clipboard
abstract var message: String?

If provided, the error message is set to this value.

Link copied to clipboard
abstract var operator: String?

The operator property on the error instance.

Link copied to clipboard
abstract var stackStartFn: Function<*>?

If provided, the generated stack trace omits frames before this function.