TestCase constructor

TestCase({
  1. int? durationInNanoSeconds,
  2. DateTime? expired,
  3. String? message,
  4. String? name,
  5. String? prefix,
  6. String? reportArn,
  7. String? status,
  8. String? testRawDataPath,
})

Implementation

TestCase({
  this.durationInNanoSeconds,
  this.expired,
  this.message,
  this.name,
  this.prefix,
  this.reportArn,
  this.status,
  this.testRawDataPath,
});