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

Method scheme

src/tests/http_authentication_tests.cpp:274–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 MOCK_METHOD1(authenticate, Future<AuthenticationResult>(const Request&));
273
274 string scheme() const override { return mockScheme; }
275
276private:
277 const string mockScheme;

Callers 4

TYPED_TESTFunction · 0.45
createUnauthorizedFunction · 0.45
createForbiddenFunction · 0.45
foreachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected