IoTestStore constructor

IoTestStore({
  1. String imagePath = 'output/images',
  2. String reportPath = 'output/reports',
  3. String testPath = 'output/tests',
})

Implementation

IoTestStore({
  this.imagePath = 'output/images',
  this.reportPath = 'output/reports',
  this.testPath = 'output/tests',
});