| 12200 | } |
| 12201 | |
| 12202 | bool TestSpec::hasFilters() const { |
| 12203 | return !m_filters.empty(); |
| 12204 | } |
| 12205 | bool TestSpec::matches( TestCaseInfo const& testCase ) const { |
| 12206 | // A TestSpec matches if any filter matches |
| 12207 | for( auto const& filter : m_filters ) |
no test coverage detected