MCPcopy Create free account
hub / github.com/alibaba/euler / SetUp

Method SetUp

euler/client/rpc_client_test.cc:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39class RpcClientTest : public ::testing::Test {
40 protected:
41 void SetUp() override {
42 EXPECT_TRUE(NewSimpleMonitor(&regs_, &monitor_));
43
44 REGISTER_IMPL(RpcManager, MockRpcManager);
45 }
46
47 std::shared_ptr<ServerRegister> regs_;
48 std::shared_ptr<ServerMonitor> monitor_;

Callers

nothing calls this directly

Calls 1

NewSimpleMonitorFunction · 0.85

Tested by

no test coverage detected