Options
All
  • Public
  • Public/Protected
  • All
Menu

Message associated with the test state. Can be linked to a specific source range -- useful for assertion failures, for example.

Hierarchy

  • TestMessage

Index

Constructors

Properties

actualOutput?: string

Actual test output. If given with expectedOutput, a diff view will be shown.

expectedOutput?: string

Expected test output. If given with actualOutput, a diff view will be shown.

location?: Location

Associated file location.

message: string | MarkdownString

Human-readable message text to display.

Methods