testSelections property

Map<String, Set<TestSelection>> testSelections

The paths from which to load tests, and the test cases to run.

Implementation

Map<String, Set<TestSelection>> get testSelections =>
    _testSelections ??
    const {
      'test': {TestSelection()}
    };