scenarios property

List<int>? scenarios
getter/setter pair

The list of scenarios that should be run during the test.

The default is all test loops, derived from the application's manifest.

Implementation

core.List<core.int>? scenarios;