Home
last modified time | relevance | path

Searched refs:shouldDebugBreak (Results 1 – 13 of 13) sorted by relevance

/external/catch2/include/internal/
Dcatch_config.hpp36 bool shouldDebugBreak = false; member
109 bool shouldDebugBreak() const override;
Dcatch_config.cpp70 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
Dcatch_assertionhandler.h40 bool shouldDebugBreak = false; member
Dcatch_interfaces_config.h66 virtual bool shouldDebugBreak() const = 0;
Dcatch_assertionhandler.cpp77 if( m_reaction.shouldDebugBreak ) { in complete()
Dcatch_commandline.cpp143 | Opt( config.shouldDebugBreak ) in makeCommandLineParser()
Dcatch_run_context.cpp473 reaction.shouldDebugBreak = m_config->shouldDebugBreak(); in populateReaction()
/external/catch2/projects/SelfTest/IntrospectiveTests/
DCmdLine.tests.cpp314 CHECK(config.shouldDebugBreak == false);
388 REQUIRE(config.shouldDebugBreak == true);
393 REQUIRE(config.shouldDebugBreak);
474 CHECK(config.shouldDebugBreak);
/external/bcc/tests/cc/
Dcatch.hpp1259 bool shouldDebugBreak() const;
2053 if( resultBuilder.shouldDebugBreak() ) CATCH_BREAK_INTO_DEBUGGER(); \
3391 virtual bool shouldDebugBreak() const = 0;
3484 shouldDebugBreak( false ), in ConfigData()
3504 bool shouldDebugBreak; member
3563 bool shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
4726 .bind( &ConfigData::shouldDebugBreak ); in makeCommandLineParser()
8239 if( getCurrentContext().getConfig()->shouldDebugBreak() ) in handleResult()
8250 bool ResultBuilder::shouldDebugBreak() const { return m_shouldDebugBreak; } in shouldDebugBreak() function in Catch::ResultBuilder
/external/catch2/single_include/catch2/
Dcatch.hpp2518 bool shouldDebugBreak = false; member
4481 virtual bool shouldDebugBreak() const = 0;
5240 bool shouldDebugBreak = false; member
5312 bool shouldDebugBreak() const override;
8201 if( m_reaction.shouldDebugBreak ) { in complete()
9783 | Opt( config.shouldDebugBreak ) in makeCommandLineParser()
9963 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
12913 reaction.shouldDebugBreak = m_config->shouldDebugBreak(); in populateReaction()
/external/libabigail/tests/lib/
Dcatch.hpp2540 bool shouldDebugBreak = false; member
4511 virtual bool shouldDebugBreak() const = 0;
5271 bool shouldDebugBreak = false; member
5345 bool shouldDebugBreak() const override;
8256 if( m_reaction.shouldDebugBreak ) { in complete()
9838 | Opt( config.shouldDebugBreak ) in makeCommandLineParser()
10022 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
13056 reaction.shouldDebugBreak = m_config->shouldDebugBreak(); in populateReaction()
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt1055 CmdLine.tests.cpp:<line number>: passed: config.shouldDebugBreak == false for: false == false
1082 CmdLine.tests.cpp:<line number>: passed: config.shouldDebugBreak == true for: true == true
1084 CmdLine.tests.cpp:<line number>: passed: config.shouldDebugBreak for: true
1111 CmdLine.tests.cpp:<line number>: passed: config.shouldDebugBreak for: true
Dconsole.sw.approved.txt7552 CHECK( config.shouldDebugBreak == false )
7760 REQUIRE( config.shouldDebugBreak == true )
7778 REQUIRE( config.shouldDebugBreak )
8024 CHECK( config.shouldDebugBreak )