| 11928 | } |
| 11929 | |
| 11930 | bool TestSpec::hasFilters() const { |
| 11931 | return !m_filters.empty(); |
| 11932 | } |
| 11933 | bool TestSpec::matches( TestCaseInfo const& testCase ) const { |
| 11934 | // A TestSpec matches if any filter matches |
| 11935 | for( auto const& filter : m_filters ) |