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

Method TearDownTestCase

3rdparty/libprocess/src/tests/socket_tests.cpp:147–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146public:
147 static void TearDownTestCase()
148 {
149 set_environment_variables({});
150 process::reinitialize(
151 None(),
152 READWRITE_HTTP_AUTHENTICATION_REALM,
153 READONLY_HTTP_AUTHENTICATION_REALM);
154
155 SSLTemporaryDirectoryTest::TearDownTestCase();
156 }
157#endif // USE_SSL_SOCKET
158};
159

Callers

nothing calls this directly

Calls 2

NoneClass · 0.85
reinitializeFunction · 0.50

Tested by

no test coverage detected