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

Function createForbidden

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

Source from the content-addressed store, hash-verified

290
291
292AuthenticationResult createForbidden(MockAuthenticator& authenticator)
293{
294 AuthenticationResult result;
295 result.forbidden = Forbidden(authenticator.scheme() + " forbidden");
296
297 return result;
298}
299
300
301AuthenticationResult createCombinedUnauthorized(

Callers 1

TESTFunction · 0.85

Calls 2

ForbiddenClass · 0.85
schemeMethod · 0.45

Tested by

no test coverage detected