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

Method SetUp

test/cli_test.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8class CLITest : public ::testing::Test {
9protected:
10 void SetUp() override {
11 cli_ = std::make_unique<CLI>("http://localhost:8545",
12 "0x1234567890123456789012345678901234567890");
13 }
14
15 std::unique_ptr<CLI> cli_;
16};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected