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

Method TearDownTestCase

3rdparty/libprocess/src/tests/http_tests.cpp:213–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212public:
213 static void TearDownTestCase()
214 {
215 set_environment_variables({});
216 process::reinitialize(
217 None(),
218 READWRITE_HTTP_AUTHENTICATION_REALM,
219 READONLY_HTTP_AUTHENTICATION_REALM);
220
221 SSLTemporaryDirectoryTest::TearDownTestCase();
222 }
223#endif // USE_SSL_SOCKET
224};
225

Callers

nothing calls this directly

Calls 2

NoneClass · 0.85
reinitializeFunction · 0.50

Tested by

no test coverage detected