MCPcopy Create free account
hub / github.com/apache/mesos / connectString

Method connectString

src/tests/zookeeper_test_server.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106std::string ZooKeeperTestServer::connectString() const
107{
108 CHECK(port > 0) << "Illegal state, must call startNetwork first!";
109 return "127.0.0.1:" + stringify(port);
110}
111
112
113void ZooKeeperTestServer::shutdownNetwork()

Callers 6

TEST_FFunction · 0.80
SetUpMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
SetUpTestCaseMethod · 0.80

Calls 1

stringifyFunction · 0.50

Tested by

no test coverage detected