Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TestFailure

Hierarchy

  • TestFailure

Index

Constructors

constructor

Methods

failedMethod

  • Gets the failed test.

    Returns Method

isFailure

  • isFailure(): boolean
  • Returns {@code true} if the error is considered a failure (i.e. if it is an instance of {@code AssertionFailedError}), {@code false} otherwise.

    Returns boolean

thrownError

  • Gets the thrown exception.

    Returns Error