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

Method TearDownTestCase

src/tests/scheduler_tests.cpp:2376–2386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2374
2375public:
2376 static void TearDownTestCase()
2377 {
2378 // The teardown code of `MesosTest` calls `set_environment_variables({})`,
2379 // so we invoke it first.
2380 MesosTest::TearDownTestCase();
2381
2382 process::reinitialize(
2383 None(),
2384 READONLY_HTTP_AUTHENTICATION_REALM,
2385 READWRITE_HTTP_AUTHENTICATION_REALM);
2386 }
2387#endif // USE_SSL_SOCKET
2388};
2389

Callers

nothing calls this directly

Calls 2

NoneClass · 0.85
reinitializeFunction · 0.50

Tested by

no test coverage detected