Package edu.jas.util
Class SocketChannelTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- edu.jas.util.SocketChannelTest
-
- All Implemented Interfaces:
junit.framework.Test
public class SocketChannelTest extends junit.framework.TestCase
SocketChannel tests with JUnit. Refactored for java.util.concurrent.- Author:
- Akitoshi Yoshida, Heinz Kredel
-
-
Constructor Summary
Constructors Constructor Description SocketChannelTest(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)protected voidsetUp()static junit.framework.Testsuite()protected voidtearDown()voidtestSocketChannel0()voidtestSocketChannel1()voidtestSocketChannel2()voidtestSocketChannel3()-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
-
-
-
-
Constructor Detail
-
SocketChannelTest
public SocketChannelTest(java.lang.String name)
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
suite
public static junit.framework.Test suite()
-
setUp
protected void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
testSocketChannel0
public void testSocketChannel0()
-
testSocketChannel1
public void testSocketChannel1()
-
testSocketChannel2
public void testSocketChannel2()
-
testSocketChannel3
public void testSocketChannel3()
-
-