Home
last modified time | relevance | path

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

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DServerSocketServiceTest.java61 OpenedSocket clientSocket = openConnectionAndIdentify(id); in getConnectionId_requestComesInFirst()
68 OpenedSocket clientSocket = openConnectionAndIdentify(id); in getConnectionIdTwice_acceptComesFirst()
108 private OpenedSocket openConnectionAndIdentify(UUID id) throws IOException { in openConnectionAndIdentify() method in ServerSocketServiceTest