Interface TestInfoError

Information about an error thrown during test execution.

Hierarchy

  • TestInfoError

Properties

Properties

message?: string

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

stack?: string

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

value?: string

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

Generated using TypeDoc