testSelections property
The selections for which tests to run in a suite.
If empty, no tests have been selected for this suite. Tests must be selected once for a suite before the suite can run. When merging suite configurations, only one, or neither, should have tests already selected.
A test should run within a suite if it matches any selection in testSelections.
Implementation
final Set<TestSelection> testSelections;