TestGroup.empty constructor

const TestGroup.empty()

Call this constructor when you extend TestGroup.

Implementation

const TestGroup.empty()
    : name = '',
      nameSuffix = ' -',
      tests = const [];