MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / populateReaction

Method populateReaction

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8859–8862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8857}
8858
8859void RunContext::populateReaction(AssertionReaction &reaction) {
8860 reaction.shouldDebugBreak = m_config->shouldDebugBreak();
8861 reaction.shouldThrow = aborting() || (m_lastAssertionInfo.resultDisposition & ResultDisposition::Normal);
8862}
8863
8864void RunContext::handleIncomplete(AssertionInfo const &info) {
8865 m_lastAssertionInfo = info;

Callers

nothing calls this directly

Calls 1

shouldDebugBreakMethod · 0.80

Tested by

no test coverage detected