interface TestConfigurationWithOutput {
    expectedOutput: string | RegExp;
    minRVersion: undefined | string;
    needsNetworkConnection: boolean;
    needsXmlParseData: boolean;
    trimOutput: boolean;
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of TestConfigurationWithOutput

Properties

expectedOutput: string | RegExp

HANDLE WITH UTTER CARE! Will run in an R-Shell on the host system!

minRVersion: undefined | string

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

needsNetworkConnection: boolean
needsXmlParseData: boolean
trimOutput: boolean