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

Method StartMaster

src/tests/mesos.cpp:292–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290
291
292Try<Owned<cluster::Master>> MesosTest::StartMaster(
293 const Option<master::Flags>& flags)
294{
295 return cluster::Master::start(
296 flags.isNone() ? CreateMasterFlags() : flags.get(),
297 zookeeperUrl);
298}
299
300
301Try<Owned<cluster::Master>> MesosTest::StartMaster(

Callers 10

TEST_PFunction · 0.80
TYPED_TESTFunction · 0.80
TEST_FFunction · 0.80
TYPED_TESTFunction · 0.80
TYPED_TESTFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TYPED_TESTFunction · 0.80

Calls 4

startFunction · 0.85
NoneClass · 0.85
isNoneMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected