@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface TestConfiguration {
        minRVersion: string | undefined;
        needsNetworkConnection: boolean;
        needsXmlParseData: boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of TestConfiguration
    Index

    Properties

    minRVersion: string | undefined

    the (inclusive) minimum version of R required to run this test, e.g., MIN_VERSION_PIPE

    needsNetworkConnection: boolean
    needsXmlParseData: boolean