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

Method hasExpandedExpression

tests/catch.hpp:6229–6231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6227 }
6228
6229 bool AssertionResult::hasExpandedExpression() const {
6230 return hasExpression() && getExpandedExpression() != getExpression();
6231 }
6232
6233 std::string AssertionResult::getExpandedExpression() const {
6234 std::string expr = m_resultData.reconstructExpression();

Calls

no outgoing calls

Tested by

no test coverage detected