exclude property

List<TestItem>? get exclude

An array of tests the user has marked as excluded from the test included in this run; exclusions should apply after inclusions.

May be omitted if no exclusions were requested. Test controllers should not run excluded tests or any children of excluded tests.

Implementation

_i2.List<_i3.TestItem>? get exclude => (_i5.getProperty(
      this,
      'exclude',
    ) as _i2.List?)
        ?.cast();