Searched refs:test_connect (Results 1 – 4 of 4) sorted by relevance
47 public void test_connect() throws Exception { in test_connect() method in DatagramSocketImplTest51 impl.test_connect(localhost, 0); in test_connect()52 impl.test_connect(localhost, -1); in test_connect()53 impl.test_connect(null, -1); in test_connect()152 public void test_connect(InetAddress inetAddr, int port) throws SocketException { in test_connect() method in MockDatagramSocketImpl
57 public void test_connect() throws Exception { in test_connect() method in ConcurrentCloseTest
330 public void test_connect() throws IOException {
55 public void test_connect() throws Exception { in test_connect() method in AsynchronousSocketChannelTest