testCaseResults property

List<String>? testCaseResults
getter/setter pair

A list of individual test case results names in this continuous test run.

Implementation

core.List<core.String>? testCaseResults;