MCPcopy Create free account
hub / github.com/apache/thrift / hasExpandedExpression

Method hasExpandedExpression

compiler/cpp/tests/catch/catch.hpp:8065–8067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8063 }
8064
8065 bool AssertionResult::hasExpandedExpression() const {
8066 return hasExpression() && getExpandedExpression() != getExpression();
8067 }
8068
8069 std::string AssertionResult::getExpandedExpression() const {
8070 return m_resultData.reconstructExpression();

Calls

no outgoing calls

Tested by

no test coverage detected