TestCaseReference constructor

TestCaseReference({
  1. String? className,
  2. String? name,
  3. String? testSuiteName,
})

Implementation

TestCaseReference({
  this.className,
  this.name,
  this.testSuiteName,
});