Home
last modified time | relevance | path

Searched defs:HttpProxyTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_proxy_test.cc31 class HttpProxyTest : public testing::Test { class
56 HttpProxyTest() { in HttpProxyTest() function in brillo::http::HttpProxyTest
99 TEST_F(HttpProxyTest, DBusNullResponseFails) { in TEST_F() argument
107 TEST_F(HttpProxyTest, DBusInvalidResponseFails) { in TEST_F() argument
115 TEST_F(HttpProxyTest, NoProxies) { in TEST_F() argument
123 TEST_F(HttpProxyTest, MultipleProxiesWithoutDirect) { in TEST_F() argument
133 TEST_F(HttpProxyTest, MultipleProxiesWithDirect) { in TEST_F() argument
145 TEST_F(HttpProxyTest, DBusNullResponseFailsAsync) { in TEST_F() argument
155 TEST_F(HttpProxyTest, DBusInvalidResponseFailsAsync) { in TEST_F() argument
167 TEST_F(HttpProxyTest, MultipleProxiesWithDirectAsync) { in TEST_F() argument