Searched refs:MockHttpAuthHandlerFactory (Results 1 – 2 of 2) sorted by relevance
38 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory { class40 explicit MockHttpAuthHandlerFactory(int return_code) : in MockHttpAuthHandlerFactory() function in net::__anon6458ac3e0111::MockHttpAuthHandlerFactory42 ~MockHttpAuthHandlerFactory() override = default;72 std::make_unique<MockHttpAuthHandlerFactory>(kBasicReturnCode); in TEST()76 std::make_unique<MockHttpAuthHandlerFactory>(kDigestReturnCode); in TEST()80 std::make_unique<MockHttpAuthHandlerFactory>(kDigestReturnCodeReplace); in TEST()
69 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory { class71 MockHttpAuthHandlerFactory(std::string supported_scheme, int return_code) in MockHttpAuthHandlerFactory() function in net::__anonf5ae90790111::MockHttpAuthHandlerFactory73 ~MockHttpAuthHandlerFactory() override = default;170 std::make_unique<MockHttpAuthHandlerFactory>("extrascheme", in TEST_F()