/external/catch2/single_include/catch2/ |
D | catch_reporter_automake.hpp | 32 bool assertionEnded( AssertionStats const& /*_assertionStats*/ ) override { return true; } in assertionEnded() function
|
D | catch_reporter_teamcity.hpp | 68 bool assertionEnded( AssertionStats const& assertionStats ) override { in assertionEnded() function
|
D | catch_reporter_tap.hpp | 42 bool assertionEnded( AssertionStats const& _assertionStats ) override { in assertionEnded() function
|
D | catch.hpp | 5270 bool assertionEnded(AssertionStats const& assertionStats) override { in assertionEnded() function 10401 void RunContext::assertionEnded(AssertionResult const & result) { in assertionEnded() function in Catch::RunContext 13083 bool TestEventListenerBase::assertionEnded(AssertionStats const &) { in assertionEnded() function in Catch::TestEventListenerBase 13334 bool CompactReporter::assertionEnded( AssertionStats const& _assertionStats ) { in assertionEnded() function in Catch::CompactReporter 13714 bool ConsoleReporter::assertionEnded(AssertionStats const& _assertionStats) { in assertionEnded() function in Catch::ConsoleReporter 14075 bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::JunitReporter 14333 bool ListeningReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::ListeningReporter 14466 bool XmlReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::XmlReporter
|
/external/catch2/include/reporters/ |
D | catch_reporter_automake.hpp | 32 bool assertionEnded( AssertionStats const& /*_assertionStats*/ ) override { return true; } in assertionEnded() function
|
D | catch_reporter_bases.cpp | 68 bool TestEventListenerBase::assertionEnded(AssertionStats const &) { in assertionEnded() function in Catch::TestEventListenerBase
|
D | catch_reporter_xml.cpp | 97 bool XmlReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::XmlReporter
|
D | catch_reporter_teamcity.hpp | 68 bool assertionEnded( AssertionStats const& assertionStats ) override { in assertionEnded() function
|
D | catch_reporter_listening.cpp | 95 bool ListeningReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::ListeningReporter
|
D | catch_reporter_tap.hpp | 42 bool assertionEnded( AssertionStats const& _assertionStats ) override { in assertionEnded() function
|
D | catch_reporter_compact.cpp | 257 bool CompactReporter::assertionEnded( AssertionStats const& _assertionStats ) { in assertionEnded() function in Catch::CompactReporter
|
D | catch_reporter_junit.cpp | 93 bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::JunitReporter
|
D | catch_reporter_bases.hpp | 199 bool assertionEnded(AssertionStats const& assertionStats) override { in assertionEnded() function
|
D | catch_reporter_console.cpp | 359 bool ConsoleReporter::assertionEnded(AssertionStats const& _assertionStats) { in assertionEnded() function in Catch::ConsoleReporter
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 363 bool assertionEnded( Catch::AssertionStats const& assertionStats ) override { in assertionEnded() function
|
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 145 void RunContext::assertionEnded(AssertionResult const & result) { in assertionEnded() function in Catch::RunContext
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5937 virtual void assertionEnded( AssertionResult const& result ) { in assertionEnded() function in Catch::RunContext 7637 bool LegacyReporterAdapter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function in Catch::LegacyReporterAdapter 8451 virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { in assertionEnded() function in Catch::MultipleReporters 8680 virtual bool assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded() function 8750 virtual bool assertionEnded( AssertionStats const& ) CATCH_OVERRIDE { in assertionEnded() function 9137 virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { in assertionEnded() function in Catch::XmlReporter 9300 virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { in assertionEnded() function in Catch::JunitReporter 9495 virtual bool assertionEnded( AssertionStats const& _assertionStats ) CATCH_OVERRIDE { in assertionEnded() function 9934 virtual bool assertionEnded( AssertionStats const& _assertionStats ) { in assertionEnded() function
|