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

Method SetUp

src/tests/csi_client_tests.cpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78{
79protected:
80 void SetUp() override
81 {
82 TemporaryDirectoryTest::SetUp();
83
84 Try<Connection> _connection = plugin.startup();
85 ASSERT_SOME(_connection);
86
87 connection = _connection.get();
88 }
89
90 void TearDown() override
91 {

Callers

nothing calls this directly

Calls 2

startupMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected