tests property

List<Test> tests

All non-hidden Tests

Implementation

List<Test> get tests => allTests.whereNot((test) => test.hidden).toList();