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

Method hasExpandedExpression

extern/Catch2/catch.hpp:8362–8364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8360 }
8361
8362 bool AssertionResult::hasExpandedExpression() const {
8363 return hasExpression() && getExpandedExpression() != getExpression();
8364 }
8365
8366 std::string AssertionResult::getExpandedExpression() const {
8367 std::string expr = m_resultData.reconstructExpression();

Callers 3

writeAssertionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected