Moved "no test cases matched" message to reporter

This commit is contained in:
Phil Nash 2013-03-12 19:06:40 +00:00
parent 6d56d71318
commit 7542685a2f
4 changed files with 11 additions and 1 deletions

View file

@ -35,6 +35,7 @@ namespace Catch {
return ReporterPreferences();
}
virtual void noMatchingTestCases( std::string const& ) {}
virtual void testRunStarting( TestRunInfo const& ) {}
virtual void testGroupStarting( GroupInfo const& ) {}
virtual void testCaseStarting( TestCaseInfo const& ) {}