testResults property
The set of test results given the test cases in the TestSuite
.
The results will appear in the same order as the test cases appear in the
TestSuite
.
Implementation
core.List<TestResult>? testResults;
The set of test results given the test cases in the TestSuite
.
The results will appear in the same order as the test cases appear in the
TestSuite
.
core.List<TestResult>? testResults;