MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / populateReaction

Method populateReaction

tests/catch.hpp:10456–10459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10454 }
10455
10456 void RunContext::populateReaction( AssertionReaction& reaction ) {
10457 reaction.shouldDebugBreak = m_config->shouldDebugBreak();
10458 reaction.shouldThrow = aborting() || (m_lastAssertionInfo.resultDisposition & ResultDisposition::Normal);
10459 }
10460
10461 void RunContext::handleIncomplete(
10462 AssertionInfo const& info

Callers

nothing calls this directly

Calls 1

shouldDebugBreakMethod · 0.80

Tested by

no test coverage detected