Class AssertionErrorOptions

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    • message: string
    • actual: any
    • expected: any
    • operator: string

    Returns AssertionErrorOptions

Properties

actual: any

The actual property on the error instance.

expected: any

The expected property on the error instance.

operator: string

The operator property on the error instance.

Accessors

  • get message(): string
  • If provided, the error message is set to this value.

    Returns string

  • set message(value): void
  • Parameters

    • value: string

    Returns void

Methods

  • Returns void

Generated using TypeDoc