Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ hasMessage
Method
hasMessage
extlibs/catch/include/catch/catch.hpp:8020–8022 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8018
}
8019
8020
bool AssertionResult::hasMessage() const {
8021
return !m_resultData.message.empty();
8022
}
8023
8024
std::string AssertionResult::getExpression() const {
8025
if( isFalseTest( m_info.resultDisposition ) )
Callers
1
AssertionStats
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected