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

Method hasExpression

tests/catch.hpp:6200–6202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6198 }
6199
6200 bool AssertionResult::hasExpression() const {
6201 return m_info.capturedExpression[0] != 0;
6202 }
6203
6204 bool AssertionResult::hasMessage() const {
6205 return !m_resultData.message.empty();

Callers 5

printMethod · 0.80
printExpressionWasMethod · 0.80
assertionEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected