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

Method hasMessage

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

Source from the content-addressed store, hash-verified

4902}
4903
4904bool AssertionResult::hasMessage() const {
4905 return !m_resultData.message.empty();
4906}
4907
4908std::string AssertionResult::getExpression() const {
4909 if (isFalseTest(m_info.resultDisposition))

Callers 1

AssertionStatsMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected