MCPcopy Create free account
hub / github.com/apache/brpc / SetUp

Method SetUp

test/brpc_builtin_service_unittest.cpp:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 BuiltinServiceTest(){};
164 virtual ~BuiltinServiceTest(){};
165 virtual void SetUp() { EXPECT_EQ(0, _server.AddBuiltinServices()); }
166 virtual void TearDown() { StopAndJoin(); }
167
168 void StopAndJoin() {

Callers

nothing calls this directly

Calls 1

AddBuiltinServicesMethod · 0.80

Tested by

no test coverage detected