| org.apache.harmony.luni.tests.java.net.SocketTestCase org.apache.harmony.luni.tests.java.net.ServerSocketTest
Inner Class :static class SSClient implements Runnable | |
Inner Class :static class MockSocketImpl extends SocketImpl | |
Inner Class :static class MockSocket extends Socket | |
Inner Class :static class MockServerSocket extends ServerSocket | |
interrupted | boolean interrupted(Code) | | |
setUp | protected void setUp()(Code) | | Sets up the fixture, for example, open a network connection. This method
is called before a test is executed.
|
startClient | protected void startClient(int port)(Code) | | Sets up the fixture, for example, open a network connection. This method
is called before a test is executed.
|
tearDown | protected void tearDown()(Code) | | Tears down the fixture, for example, close a network connection. This
method is called after a test is executed.
|
test_Constructor | public void test_Constructor()(Code) | | |
test_ConstructorI | public void test_ConstructorI()(Code) | | |
test_ConstructorI_SocksSet | public void test_ConstructorI_SocksSet() throws IOException(Code) | | |
test_ServerSocket_init | public void test_ServerSocket_init() throws Exception(Code) | | Regression for HARMONY-3265
throws: Exception - |
test_bindLjava_net_SocketAddress | public void test_bindLjava_net_SocketAddress() throws IOException(Code) | | |
test_bindLjava_net_SocketAddressI | public void test_bindLjava_net_SocketAddressI() throws IOException(Code) | | |
test_getLocalSocketAddress | public void test_getLocalSocketAddress() throws Exception(Code) | | |
test_getReceiveBufferSize | public void test_getReceiveBufferSize()(Code) | | |
test_getReuseAddress | public void test_getReuseAddress()(Code) | | |
test_implAcceptLjava_net_Socket | public void test_implAcceptLjava_net_Socket() throws Exception(Code) | | |
test_setPerformancePreference_Int_Int_Int | public void test_setPerformancePreference_Int_Int_Int() throws Exception(Code) | | |
test_setReceiveBufferSizeI | public void test_setReceiveBufferSizeI()(Code) | | |
test_setReuseAddressZ | public void test_setReuseAddressZ()(Code) | | |
test_setSocketFactoryLjava_net_SocketImplFactory | public void test_setSocketFactoryLjava_net_SocketImplFactory()(Code) | | |
Methods inherited from org.apache.harmony.luni.tests.java.net.SocketTestCase | public void ensureExceptionThrownIfOptionIsUnsupportedOnOS(int option)(Code)(Java Doc) public boolean getOptionIsSupported(int option)(Code)(Java Doc) public void handleException(Exception e, int option)(Code)(Java Doc)
|
|
|