edu.jas.util
Class SocketChannelTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by 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
SocketChannelTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void testSocketChannel0()
           
 void testSocketChannel1()
           
 void testSocketChannel2()
           
 void testSocketChannel3()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testSocketChannel0

public void testSocketChannel0()

testSocketChannel1

public void testSocketChannel1()

testSocketChannel2

public void testSocketChannel2()

testSocketChannel3

public void testSocketChannel3()