Searched refs:shouldDebugBreak (Results 1 – 13 of 13) sorted by relevance
36 bool shouldDebugBreak = false; member109 bool shouldDebugBreak() const override;
70 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config
40 bool shouldDebugBreak = false; member
66 virtual bool shouldDebugBreak() const = 0;
77 if( m_reaction.shouldDebugBreak ) { in complete()
143 | Opt( config.shouldDebugBreak ) in makeCommandLineParser()
473 reaction.shouldDebugBreak = m_config->shouldDebugBreak(); in populateReaction()
314 CHECK(config.shouldDebugBreak == false);388 REQUIRE(config.shouldDebugBreak == true);393 REQUIRE(config.shouldDebugBreak);474 CHECK(config.shouldDebugBreak);
1259 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; member3563 bool shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config4726 .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
2518 bool shouldDebugBreak = false; member4481 virtual bool shouldDebugBreak() const = 0;5240 bool shouldDebugBreak = false; member5312 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::Config12913 reaction.shouldDebugBreak = m_config->shouldDebugBreak(); in populateReaction()
2540 bool shouldDebugBreak = false; member4511 virtual bool shouldDebugBreak() const = 0;5271 bool shouldDebugBreak = false; member5345 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::Config13056 reaction.shouldDebugBreak = m_config->shouldDebugBreak(); in populateReaction()
1055 CmdLine.tests.cpp:<line number>: passed: config.shouldDebugBreak == false for: false == false1082 CmdLine.tests.cpp:<line number>: passed: config.shouldDebugBreak == true for: true == true1084 CmdLine.tests.cpp:<line number>: passed: config.shouldDebugBreak for: true1111 CmdLine.tests.cpp:<line number>: passed: config.shouldDebugBreak for: true
7552 CHECK( config.shouldDebugBreak == false )7760 REQUIRE( config.shouldDebugBreak == true )7778 REQUIRE( config.shouldDebugBreak )8024 CHECK( config.shouldDebugBreak )