vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface RunTestFailure

    interface RunTestFailure {
        id: string;
        message: string;
        methodName: string;
        name: string;
        seeAllData: boolean;
        time: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    message: string
    methodName: string
    name: string
    seeAllData: boolean
    time: number