mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 22:19:25 +00:00
Moved "no test cases matched" message to reporter
This commit is contained in:
parent
6d56d71318
commit
7542685a2f
4 changed files with 11 additions and 1 deletions
|
@ -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& ) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue