Searched refs:testSocket (Results 1 – 3 of 3) sorted by relevance
37 testSocket(serverSocket, 50); in testCreateServerSocket()42 testSocket(serverSocket, 50); in testCreateServerSocketWithPort()51 testSocket(serverSocket, 1); in testCreateServerSocketWithPortNoBacklog()56 testSocket(serverSocket, 50); in testCreateServerSocketWithPortZeroBacklog()61 testSocket(serverSocket, 50); in testCreateServerSocketWithPortAndBacklog()64 private void testSocket(final ServerSocket serverSocket, int specifiedBacklog) in testSocket() method in ServerSocketFactoryTest
108 public void testSocket() throws Exception { in testSocket() method in FdsanTest
451 try (TestSocket testSocket = new TestSocket((SocketImpl) null)) { in test_setKeepAliveZ() argument452 testSocket.setKeepAlive(true); in test_setKeepAliveZ()