Interface CodeEditorTestCaseType

interface CodeEditorTestCaseType {
    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 full)

Properties

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