TestExecutionStep constructor
TestExecutionStep({
- List<
TestIssue> ? testIssues, - List<
TestSuiteOverview> ? testSuiteOverviews, - TestTiming? testTiming,
- ToolExecution? toolExecution,
Implementation
TestExecutionStep({
this.testIssues,
this.testSuiteOverviews,
this.testTiming,
this.toolExecution,
});