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

Function TEST_F

test/cli_test.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16};
17
18TEST_F(CLITest, InvalidCommand) {
19 std::vector<std::string> args = {"invalid"};
20 EXPECT_FALSE(cli_->execute(args));
21}
22
23TEST_F(CLITest, DepositCommand) {
24 std::vector<std::string> args = {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.80

Tested by

no test coverage detected