MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / hasExpandedExpression

Method hasExpandedExpression

extlibs/catch/include/catch/catch.hpp:8045–8047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8043 }
8044
8045 bool AssertionResult::hasExpandedExpression() const {
8046 return hasExpression() && getExpandedExpression() != getExpression();
8047 }
8048
8049 std::string AssertionResult::getExpandedExpression() const {
8050 std::string expr = m_resultData.reconstructExpression();

Calls

no outgoing calls

Tested by

no test coverage detected