MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / SetUp

Method SetUp

test/api/arrow_error_scenarios_test.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131class ArrowErrorScenariosTest : public lbug::testing::EmptyDBTest {
132protected:
133 void SetUp() override {
134 EmptyDBTest::SetUp();
135 createDBAndConn();
136 createBasePersonTable(*conn);
137 }
138};
139
140TEST_F(ArrowErrorScenariosTest, NodeTableNotFound_QueryFails) {

Callers

nothing calls this directly

Calls 1

createBasePersonTableFunction · 0.85

Tested by

no test coverage detected