| 14000 | {} |
| 14001 | |
| 14002 | bool TestSpec::NamePattern::matches( TestCaseInfo const& testCase ) const { |
| 14003 | return m_wildcardPattern.matches( toLower( testCase.name ) ); |
| 14004 | } |
| 14005 | |
| 14006 | TestSpec::TagPattern::TagPattern( std::string const& tag, std::string const& filterString ) |
| 14007 | : Pattern( filterString ) |