MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / hasExpandedExpression

Method hasExpandedExpression

Bcore/src/main/cpp/Dobby/tests/catch.hpp:4929–4931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4927}
4928
4929bool AssertionResult::hasExpandedExpression() const {
4930 return hasExpression() && getExpandedExpression() != getExpression();
4931}
4932
4933std::string AssertionResult::getExpandedExpression() const {
4934 std::string expr = m_resultData.reconstructExpression();

Calls

no outgoing calls

Tested by

no test coverage detected