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

Method SetUp

test/api/arrow_rel_table_test.cpp:810–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808class ArrowRelTableImmutabilityTest : public lbug::testing::EmptyDBTest {
809protected:
810 void SetUp() override {
811 EmptyDBTest::SetUp();
812 createDBAndConn();
813 createComplexArrowPersonTable(*conn);
814 createComplexArrowKnowsTable(*conn);
815 }
816};
817
818TEST_F(ArrowRelTableImmutabilityTest, NodeTableAlterFails) {

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected