Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ assertQuery
Function
assertQuery
test/api/system_config_test.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
};
20
21
void assertQuery(QueryResult& result) {
22
auto a = result.toString();
23
ASSERT_TRUE(result.isSuccess()) << result.toString();
24
}
25
26
TEST_F(SystemConfigTest, testAccessMode) {
27
systemConfig->readOnly = false;
Callers
2
TEST_F
Function · 0.85
TEST_F
Function · 0.85
Calls
2
toString
Method · 0.45
isSuccess
Method · 0.45
Tested by
no test coverage detected