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

Method mock

src/tests/cluster.cpp:882–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880
881
882MockSlave* Slave::mock()
883{
884 return dynamic_cast<MockSlave*>(slave.get());
885}
886
887
888void Slave::start()

Callers 7

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

Calls 1

getMethod · 0.45

Tested by

no test coverage detected