Home
last modified time | relevance | path

Searched refs:waitAndAssertConnectionCount (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DFtpURLConnectionTest.java161 countingProxy.waitAndAssertConnectionCount(1); in testCountingProxy()
184 countingProxy.waitAndAssertConnectionCount(0); in testConnectOverProxy_explicit_http_uses_direct_connection()
214 countingProxy.waitAndAssertConnectionCount(0); in testConnectOverProxy_implicit_http_fails()
429 public void waitAndAssertConnectionCount(int expectedConnectionAttempts) in waitAndAssertConnectionCount() method in FtpURLConnectionTest.CountingProxy