BUPKIS
    Preparing search index...

    Class FailAssertionError

    Variant of an AssertionError that is thrown when bupkis!expect.fail is called.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Returns {
          actual: unknown;
          expected: unknown;
          message: string;
          name: string;
          stack: string | undefined;
      }

    Properties

    assertionId: LiteralStringUnion<"FAIL">

    Assertion ID of the assertion that caused this error.

    name: string = 'FailAssertionError'