MCPcopy 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
21void assertQuery(QueryResult& result) {
22 auto a = result.toString();
23 ASSERT_TRUE(result.isSuccess()) << result.toString();
24}
25
26TEST_F(SystemConfigTest, testAccessMode) {
27 systemConfig->readOnly = false;

Callers 2

TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 2

toStringMethod · 0.45
isSuccessMethod · 0.45

Tested by

no test coverage detected