@juki-team/commons - v0.1.10
    Preparing search index...

    Interface CodeEditorTestCase

    interface CodeEditorTestCase {
        err: string;
        hidden: boolean;
        in: string;
        index: number;
        key: string;
        log: string;
        messageTimestamp: number;
        out: string;
        sample: boolean;
        status: SubmissionRunStatus;
        testOut: string;
        withPE: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    err: string
    hidden: boolean
    in: string
    index: number
    key: string
    log: string
    messageTimestamp: number
    out: string
    sample: boolean
    testOut: string
    withPE: boolean