| 10425 | } |
| 10426 | |
| 10427 | bool TestSpec::hasFilters() const { |
| 10428 | return !m_filters.empty(); |
| 10429 | } |
| 10430 | bool TestSpec::matches( TestCaseInfo const& testCase ) const { |
| 10431 | // A TestSpec matches if any filter matches |
| 10432 | for( auto const& filter : m_filters ) |