AutoBE
    Preparing search index...

    Interface AutoBeTestSourceIR

    interface AutoBeTestSourceIR {
        asynchronous: boolean;
        comments?: string[];
        file: string;
        functionName: string;
        parameters: AutoBeTestSourceIR.IParameter[];
        statements: AutoBeTestSourceIR.IStatement[];
        type: "testSource";
        version: "v1";
    }
    Index

    Properties

    asynchronous: boolean
    comments?: string[]
    file: string
    functionName: string
    type: "testSource"
    version: "v1"