Java Globus API: Class InputStreamDataSinkTest

org.globus.ftp.test
Class InputStreamDataSinkTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.globus.ftp.test.InputStreamDataSinkTest
All Implemented Interfaces:
junit.framework.Test

public class InputStreamDataSinkTest
extends junit.framework.TestCase


Constructor Summary
InputStreamDataSinkTest(String name)
           
 
Method Summary
static void main(String[] argv)
           
static junit.framework.Test suite()
           
 void testCloseDataSink()
           
 void testCloseDataSinkAndStream()
           
 void testCloseDataSourceStream()
           
 void testCloseStream()
           
 void testCloseStreamThead2()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

InputStreamDataSinkTest

public InputStreamDataSinkTest(String name)
Method Detail

main

public static void main(String[] argv)

suite

public static junit.framework.Test suite()

testCloseDataSink

public void testCloseDataSink()
                       throws Exception

testCloseDataSinkAndStream

public void testCloseDataSinkAndStream()
                                throws Exception

testCloseDataSourceStream

public void testCloseDataSourceStream()
                               throws Exception

testCloseStream

public void testCloseStream()
                     throws Exception

testCloseStreamThead2

public void testCloseStreamThead2()
                           throws Exception