EnsembleTestSelection constructor

const EnsembleTestSelection({
  1. Set<String> ids = const {},
  2. Set<String> features = const {},
  3. Set<String> tags = const {},
  4. Set<String> paths = const {},
})

Implementation

const EnsembleTestSelection({
  this.ids = const {},
  this.features = const {},
  this.tags = const {},
  this.paths = const {},
});