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

Method foreach

src/tests/files_tests.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 void TearDown() override
88 {
89 foreach (const string& realm, realms) {
90 // We need to wait in order to ensure that the operation completes before
91 // we leave `TearDown`. Otherwise, we may leak a mock object.
92 AWAIT_READY(unsetAuthenticator(realm));
93 }
94
95 realms.clear();
96

Callers

nothing calls this directly

Calls 1

unsetAuthenticatorFunction · 0.85

Tested by

no test coverage detected