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

Method SetUp

src/tests/state_tests.cpp:704–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702
703protected:
704 void SetUp() override
705 {
706 ZooKeeperTest::SetUp();
707 storage = new mesos::state::ZooKeeperStorage(
708 server->connectString(),
709 NO_TIMEOUT,
710 "/state/");
711 state = new State(storage);
712 }
713
714 void TearDown() override
715 {

Callers

nothing calls this directly

Calls 1

connectStringMethod · 0.80

Tested by

no test coverage detected