Home
last modified time | relevance | path

Searched refs:getResultCapture (Results 1 – 16 of 16) sorted by relevance

/external/catch2/include/internal/
Dcatch_section.cpp17 m_sectionIncluded( getResultCapture().sectionStarted( m_info, m_assertions ) ) in Section()
26 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
28 getResultCapture().sectionEnded( endInfo ); in ~Section()
Dcatch_capture.hpp59 if( Catch::getResultCapture().lastAssertionPassed() )
64 if( !Catch::getResultCapture().lastAssertionPassed() )
146 …Catch::getResultCapture().emplaceUnscopedMessage( Catch::MessageBuilder( macroName##_catch_sr, CAT…
Dcatch_message.cpp54 getResultCapture().pushScopedMessage( m_info ); in ScopedMessage()
65 getResultCapture().popScopedMessage(m_info); in ~ScopedMessage()
Dcatch_generators.cpp28 return getResultCapture().acquireGeneratorTracker( lineInfo ); in acquireGeneratorTracker()
Dcatch_context.h26 virtual IResultCapture* getResultCapture() = 0;
Dcatch_context.cpp17 IResultCapture* getResultCapture() override { in getResultCapture() function in Catch::Context
Dcatch_message.h77 IResultCapture& m_resultCapture = getResultCapture();
Dcatch_interfaces_capture.h97 IResultCapture& getResultCapture();
Dcatch_assertionhandler.cpp61 m_resultCapture( getResultCapture() )
Dcatch_fatal_condition.cpp25 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); in reportFatal()
Dcatch_run_context.cpp503 IResultCapture& getResultCapture() { in getResultCapture() function
504 if (auto* capture = getCurrentContext().getResultCapture()) in getResultCapture()
/external/catch2/include/internal/benchmark/
Dcatch_benchmark.hpp59 getResultCapture().benchmarkPreparing(name); in run()
75 getResultCapture().benchmarkStarting(info); in run()
83 getResultCapture().benchmarkEnded(stats); in run()
/external/catch2/include/internal/benchmark/detail/
Dcatch_complete_invoke.hpp62 getResultCapture().benchmarkFailed(translateActiveException()); in user_code()
/external/bcc/tests/cc/
Dcatch.hpp577 virtual IResultCapture* getResultCapture() = 0;
1983 IResultCapture& getResultCapture();
2073 if( Catch::getResultCapture().getLastResult()->succeeded() )
2078 if( !Catch::getResultCapture().getLastResult()->succeeded() )
5760 IResultCapture* resultCapture = context.getResultCapture(); in fatal()
6155 IResultCapture& getResultCapture() { in getResultCapture() function
6156 if( IResultCapture* capture = getCurrentContext().getResultCapture() ) in getResultCapture()
6878 virtual IResultCapture* getResultCapture() { in getResultCapture() function in Catch::Context
6913 std::string testName = getResultCapture()->getCurrentTestName(); in findGeneratorsForCurrentTest()
6925 std::string testName = getResultCapture()->getCurrentTestName(); in getGeneratorsForCurrentTest()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp2489 IResultCapture& getResultCapture();
2628 IResultCapture& m_resultCapture = getResultCapture();
2693 if( Catch::getResultCapture().lastAssertionPassed() )
2698 if( !Catch::getResultCapture().lastAssertionPassed() )
2770 …Catch::getResultCapture().emplaceUnscopedMessage( Catch::MessageBuilder( macroName##_catch_sr, CAT…
4323 virtual IResultCapture* getResultCapture() = 0;
6545 getResultCapture().benchmarkFailed(translateActiveException()); in user_code()
7274 getResultCapture().benchmarkPreparing(name); in run()
7290 getResultCapture().benchmarkStarting(info); in run()
7298 getResultCapture().benchmarkEnded(stats); in run()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp2511 IResultCapture& getResultCapture();
2650 IResultCapture& m_resultCapture = getResultCapture();
2715 if( Catch::getResultCapture().lastAssertionPassed() )
2720 if( !Catch::getResultCapture().lastAssertionPassed() )
2792 …Catch::getResultCapture().emplaceUnscopedMessage( Catch::MessageBuilder( macroName##_catch_sr, CAT…
4353 virtual IResultCapture* getResultCapture() = 0;
6577 getResultCapture().benchmarkFailed(translateActiveException()); in user_code()
7306 getResultCapture().benchmarkPreparing(name); in run()
7322 getResultCapture().benchmarkStarting(info); in run()
7330 getResultCapture().benchmarkEnded(stats); in run()
[all …]