TestSuiteOverview constructor
TestSuiteOverview({})
Implementation
TestSuiteOverview({
this.elapsedTime,
this.errorCount,
this.failureCount,
this.flakyCount,
this.name,
this.skippedCount,
this.totalCount,
this.xmlSource,
});