empty property

SuiteConfiguration empty
final

Empty configuration with only default values.

Using this is slightly more efficient than manually constructing a new configuration with no arguments.

Implementation

static final empty = SuiteConfiguration._(
    allowDuplicateTestNames: null,
    allowTestRandomization: null,
    jsTrace: null,
    runSkipped: null,
    dart2jsArgs: null,
    testSelections: const {},
    precompiledPath: null,
    runtimes: null,
    compilerSelections: null,
    tags: null,
    onPlatform: null,
    metadata: null,
    ignoreTimeouts: null);