public class NetworkSocketTestCase extends java.lang.Object implements TestLifeCycle
| Constructor and Description |
|---|
NetworkSocketTestCase() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
setUp() |
void |
tearDown() |
void |
testReadByteArrayCloseClient() |
void |
testReadByteArrayCloseServer() |
void |
testWriteByteArrayCloseClient() |
void |
testWriteByteArrayCloseServer() |
void |
testWriteByteArrayPartCloseClient() |
void |
testWriteByteArrayPartCloseServer() |
public static void main(java.lang.String[] args)
public void setUp()
throws java.lang.Exception
setUp in interface TestLifeCyclejava.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
tearDown in interface TestLifeCyclejava.lang.Exceptionpublic void testReadByteArrayCloseClient()
throws java.lang.Exception
java.lang.Exceptionpublic void testReadByteArrayCloseServer()
throws java.lang.Exception
java.lang.Exceptionpublic void testWriteByteArrayCloseClient()
throws java.lang.Exception
java.lang.Exceptionpublic void testWriteByteArrayCloseServer()
throws java.lang.Exception
java.lang.Exceptionpublic void testWriteByteArrayPartCloseClient()
throws java.lang.Exception
java.lang.Exceptionpublic void testWriteByteArrayPartCloseServer()
throws java.lang.Exception
java.lang.Exception