Searched defs:expectedConnectionAttempts (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
H A DFtpURLConnectionTest.java429 public void waitAndAssertConnectionCount(int expectedConnectionAttempts) argument
433 expectedConnectionAttempts + 1, 300, TimeUnit.MILLISECONDS);
434 assertFalse("Observed more connections than the expected " + expectedConnectionAttempts,
436 assertEquals(expectedConnectionAttempts, connectionAttempts.availablePermits());

Completed in 35 milliseconds