Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
class QuipFactoryTest : public ::testing::Test {
9
protected:
10
void SetUp() override {
11
// Test setup
12
}
13
};
14
15
TEST_F(QuipFactoryTest, BasicDataStructures) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected