TestRunnerCommandRunner constructor
      
      TestRunnerCommandRunner()
     
    
    
Implementation
TestRunnerCommandRunner()
    : super(
        'olx_test_runner',
        'A CLI tool for running Flutter tests with speed of light.',
      ) {
  addCommand(TestGroupGeneratorCommand());
  addCommand(ValidateTestCommand());
  addCommand(TestRunnerCommand());
}