Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface ITestResult

    interface ITestResult {
        automaticFix?: () => Bluebird<void>;
        description: {
            context?: any;
            localize?: boolean;
            long?: string;
            replace?: { [key: string]: any };
            short: string;
        };
        onRecheck?: () => Bluebird<void>;
        severity: ProblemSeverity;
    }
    Index

    Properties

    automaticFix?: () => Bluebird<void>
    description: {
        context?: any;
        localize?: boolean;
        long?: string;
        replace?: { [key: string]: any };
        short: string;
    }
    onRecheck?: () => Bluebird<void>
    severity: ProblemSeverity