testCases property

List<TestCase>? testCases
getter/setter pair

Collection of test cases associated with the TestSuite.

Implementation

core.List<TestCase>? testCases;