Home
last modified time | relevance | path

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

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DServerSocketServiceTest.java59 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id); in getConnectionId_requestComesInFirst() local
60 assertFalse(pendingServerConnection.isDone()); in getConnectionId_requestComesInFirst()
63 assertEndsConnected(clientSocket, pendingServerConnection.get()); in getConnectionId_requestComesInFirst()
70 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id); in getConnectionIdTwice_acceptComesFirst() local
72 OpenedSocket serverSocket = pendingServerConnection.get(); in getConnectionIdTwice_acceptComesFirst()
83 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id); in getConnectionStoppedService() local
84 assertFalse(pendingServerConnection.isDone()); in getConnectionStoppedService()
86 assertTrue(pendingServerConnection.isDone()); in getConnectionStoppedService()
89 pendingServerConnection.get(); in getConnectionStoppedService()