Skip to main content

TestInfoError

Information about an error thrown during test execution.


Properties

message

Added in: v1.10 testInfoError.message

Error message. Set when Error (or its subclass) has been thrown.

Usage

testInfoError.message

Type


stack

Added in: v1.10 testInfoError.stack

Error stack. Set when Error (or its subclass) has been thrown.

Usage

testInfoError.stack

Type


value

Added in: v1.10 testInfoError.value

The value that was thrown. Set when anything except the Error (or its subclass) has been thrown.

Usage

testInfoError.value

Type