| 14637 | {} |
| 14638 | |
| 14639 | bool TestSpec::NamePattern::matches( TestCaseInfo const& testCase ) const { |
| 14640 | return m_wildcardPattern.matches( testCase.name ); |
| 14641 | } |
| 14642 | |
| 14643 | TestSpec::TagPattern::TagPattern( std::string const& tag, std::string const& filterString ) |
| 14644 | : Pattern( filterString ) |
no test coverage detected