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

Method foreach

src/tests/logging_tests.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 void TearDown() override
74 {
75 foreach (const std::string& realm, realms) {
76 // We need to wait in order to ensure that the operation completes before
77 // we leave `TearDown`. Otherwise, we may leak a mock object.
78 AWAIT_READY(unsetAuthenticator(realm));
79 }
80
81 realms.clear();
82

Callers

nothing calls this directly

Calls 1

unsetAuthenticatorFunction · 0.85

Tested by

no test coverage detected