Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Failure

A failure provides the details of a failure that happened during the execution of a test case.

The failure can be:

  • an assertion failure: an assertion failed
  • an error failure: an expected error occured

Hierarchy

  • Failure

Index

Methods

isError

  • isError(): boolean
  • Returns boolean

message

  • message(): string
  • Returns string

stackTrace

  • stackTrace(): string
  • Returns string

Generated using TypeDoc