RSX Code Reference
    Preparing search index...
    • rsx
    • FailedTestEntry

    Interface FailedTestEntry

    Contains data about a failed test.

    interface FailedTestEntry {
        description: string;
        name: string;
        stack: string;
    }
    Index
    description: string

    Description of the failure.

    name: string

    The name of the failed test.

    stack: string

    The full stack trace from the assertion site.