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

Method getExpandedExpression

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

Source from the content-addressed store, hash-verified

4931}
4932
4933std::string AssertionResult::getExpandedExpression() const {
4934 std::string expr = m_resultData.reconstructExpression();
4935 return expr.empty() ? getExpression() : expr;
4936}
4937
4938std::string AssertionResult::getMessage() const {
4939 return m_resultData.message;

Callers 5

writeAssertionMethod · 0.80
assertionEndedMethod · 0.80

Calls 2

reconstructExpressionMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected