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

Method getExpression

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

Source from the content-addressed store, hash-verified

4906}
4907
4908std::string AssertionResult::getExpression() const {
4909 if (isFalseTest(m_info.resultDisposition))
4910 return "!(" + m_info.capturedExpression + ")";
4911 else
4912 return m_info.capturedExpression;
4913}
4914
4915std::string AssertionResult::getExpressionInMacro() const {
4916 std::string expr;

Callers 2

assertionEndedMethod · 0.80

Calls 1

isFalseTestFunction · 0.85

Tested by

no test coverage detected