TestGroup constructor

const TestGroup(
  1. String name,
  2. List<Test<Object?, Object?>> tests, {
  3. String nameSuffix = ' -',
})

Implementation

const TestGroup(
  this.name,
  this.tests, {
  this.nameSuffix = ' -',
});