Lines Matching refs:noMatchingTestCases
5246 virtual void noMatchingTestCases( std::string const& spec ) = 0;
7589 virtual void noMatchingTestCases( std::string const& );
7620 void LegacyReporterAdapter::noMatchingTestCases( std::string const& ) {} in noMatchingTestCases() function in Catch::LegacyReporterAdapter
8408 virtual void noMatchingTestCases( std::string const& spec ) CATCH_OVERRIDE { in noMatchingTestCases() function in Catch::MultipleReporters
8412 (*it)->noMatchingTestCases( spec ); in noMatchingTestCases()
8544 virtual void noMatchingTestCases( std::string const& ) CATCH_OVERRIDE {} in noMatchingTestCases() function
9100 virtual void noMatchingTestCases( std::string const& s ) CATCH_OVERRIDE { in noMatchingTestCases() function in Catch::XmlReporter
9101 StreamingReporterBase::noMatchingTestCases( s ); in noMatchingTestCases()
9285 virtual void noMatchingTestCases( std::string const& /*spec*/ ) CATCH_OVERRIDE {} in noMatchingTestCases() function in Catch::JunitReporter
9488 virtual void noMatchingTestCases( std::string const& spec ) CATCH_OVERRIDE { in noMatchingTestCases() function
9927 virtual void noMatchingTestCases( std::string const& spec ) { in noMatchingTestCases() function