run abstract method

Future<bool> run({
  1. TestFileMatch? match,
  2. bool noIntegration = false,
  3. String device = 'all',
})

Implementation

Future<bool> run({
  TestFileMatch? match,
  bool noIntegration = false,
  String device = 'all',
});