| 7205 | } |
| 7206 | |
| 7207 | static bool matchTest( TestCaseHandle const& testCase, |
| 7208 | TestSpec const& testSpec, |
| 7209 | IConfig const& config ) { |
| 7210 | return testSpec.matches( testCase.getTestCaseInfo() ) && |
| 7211 | isThrowSafe( testCase, config ); |
| 7212 | } |
| 7213 | |
| 7214 | } // end unnamed namespace |
| 7215 |
no test coverage detected