interface TestConfiguration {
    minRVersion: undefined | string;
    needsNetworkConnection: boolean;
    needsXmlParseData: boolean;
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of TestConfiguration

Properties

minRVersion: undefined | string

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

needsNetworkConnection: boolean
needsXmlParseData: boolean