tests property

Iterable<Test> tests

The Tests contained by this Suite.

Hidden Tests are omitted.

Implementation

Iterable<Test> get tests => allTests.where(_tests);