MCPcopy Create free account
hub / github.com/QuipNetwork/cpp-sdk / SetUp

Method SetUp

test/quip_factory_test.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8class QuipFactoryTest : public ::testing::Test {
9protected:
10 void SetUp() override {
11 // Test setup
12 }
13};
14
15TEST_F(QuipFactoryTest, BasicDataStructures) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected