TestSuite constructor

TestSuite(
  1. String name,
  2. String featureFile
)

Implementation

TestSuite(this.name, this.featureFile);