/external/catch2/include/reporters/ |
D | catch_reporter_listening.cpp | 38 void ListeningReporter::noMatchingTestCases( std::string const& spec ) { in noMatchingTestCases() function in Catch::ListeningReporter 40 listener->noMatchingTestCases( spec ); in noMatchingTestCases() 42 m_reporter->noMatchingTestCases( spec ); in noMatchingTestCases()
|
D | catch_reporter_compact.h | 27 void noMatchingTestCases(std::string const& spec) override;
|
D | catch_reporter_xml.cpp | 46 void XmlReporter::noMatchingTestCases( std::string const& s ) { in noMatchingTestCases() function in Catch::XmlReporter 47 StreamingReporterBase::noMatchingTestCases( s ); in noMatchingTestCases()
|
D | catch_reporter_xml.h | 31 void noMatchingTestCases(std::string const& s) override;
|
D | catch_reporter_junit.h | 25 void noMatchingTestCases(std::string const& /*spec*/) override;
|
D | catch_reporter_listening.h | 30 void noMatchingTestCases( std::string const& spec ) override;
|
D | catch_reporter_console.h | 33 void noMatchingTestCases(std::string const& spec) override;
|
D | catch_reporter_tap.hpp | 36 void noMatchingTestCases( std::string const& spec ) override { in noMatchingTestCases() function
|
D | catch_reporter_teamcity.hpp | 52 void noMatchingTestCases( std::string const& /* spec */ ) override {} in noMatchingTestCases() function
|
D | catch_reporter_compact.cpp | 251 void CompactReporter::noMatchingTestCases( std::string const& spec ) { in noMatchingTestCases() function in Catch::CompactReporter
|
D | catch_reporter_junit.cpp | 74 void JunitReporter::noMatchingTestCases( std::string const& /*spec*/ ) {} in noMatchingTestCases() function in Catch::JunitReporter
|
D | catch_reporter_bases.hpp | 50 void noMatchingTestCases(std::string const&) override {} in noMatchingTestCases() function
|
D | catch_reporter_console.cpp | 353 void ConsoleReporter::noMatchingTestCases(std::string const& spec) { in noMatchingTestCases() function in Catch::ConsoleReporter
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_tap.hpp | 36 void noMatchingTestCases( std::string const& spec ) override { in noMatchingTestCases() function
|
D | catch_reporter_teamcity.hpp | 52 void noMatchingTestCases( std::string const& /* spec */ ) override {} in noMatchingTestCases() function
|
D | catch.hpp | 5018 virtual void noMatchingTestCases( std::string const& spec ) = 0; 5107 void noMatchingTestCases(std::string const&) override {} in noMatchingTestCases() function 5473 void noMatchingTestCases(std::string const& spec) override; 5509 void noMatchingTestCases(std::string const& spec) override; 5664 void noMatchingTestCases(std::string const& /*spec*/) override; 5718 void noMatchingTestCases(std::string const& s) override; 8885 void noMatchingTestCases( std::string const& spec ) override; 10918 context.reporter().noMatchingTestCases(testConfig.str()); in runTests() 13279 void CompactReporter::noMatchingTestCases( std::string const& spec ) { in noMatchingTestCases() function in Catch::CompactReporter 13659 void ConsoleReporter::noMatchingTestCases(std::string const& spec) { in noMatchingTestCases() function in Catch::ConsoleReporter [all …]
|
/external/catch2/include/internal/ |
D | catch_interfaces_reporter.h | 180 virtual void noMatchingTestCases( std::string const& spec ) = 0;
|
D | catch_session.cpp | 91 context.reporter().noMatchingTestCases(testConfig.str()); in runTests()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 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 [all …]
|
/external/catch2/docs/ |
D | command-line.md | 206 // Also calls reporter's noMatchingTestCases method
|