testResults property

List<TestResult>? testResults
getter/setter pair

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;