Searched refs:countingProxy (Results 1 – 1 of 1) sorted by relevance
155 CountingProxy countingProxy = CountingProxy.start(); in testCountingProxy() local157 Proxy proxy = countingProxy.asProxy(); in testCountingProxy()161 countingProxy.waitAndAssertConnectionCount(1); in testCountingProxy()163 countingProxy.shutdown(); in testCountingProxy()178 CountingProxy countingProxy = CountingProxy.start(); in testConnectOverProxy_explicit_http_uses_direct_connection() local180 Proxy proxy = countingProxy.asProxy(); in testConnectOverProxy_explicit_http_uses_direct_connection()184 countingProxy.waitAndAssertConnectionCount(0); in testConnectOverProxy_explicit_http_uses_direct_connection()186 countingProxy.shutdown(); in testConnectOverProxy_explicit_http_uses_direct_connection()200 CountingProxy countingProxy = CountingProxy.start(); in testConnectOverProxy_implicit_http_fails() local202 Proxy proxy = countingProxy.asProxy(); in testConnectOverProxy_implicit_http_fails()[all …]