testCases property

List<TestCase>? testCases
getter/setter pair

List of test cases.

Implementation

core.List<TestCase>? testCases;