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

Class CLITest

test/cli_test.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace quip;
7
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};
17
18TEST_F(CLITest, InvalidCommand) {
19 std::vector<std::string> args = {"invalid"};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected