HomeSort by relevance Sort by last modified time
    Searched full:failure_details (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/proxy/
proxy_config_service_common_unittest.cc 21 // |*failure_details| is filled with a description of the failure.
25 ::testing::AssertionResult* failure_details,
32 *failure_details
42 *failure_details
54 *failure_details
97 ::testing::AssertionResult failure_details = ::testing::AssertionFailure(); local
101 failure_details << "Type mismatch. Expected: "
107 rules.single_proxies, &failure_details, &failed);
109 rules.proxies_for_http, &failure_details,
112 rules.proxies_for_https, &failure_details,
    [all...]

Completed in 175 milliseconds