Java Globus API: Class OutputStreamDataSourceTest

org.globus.ftp.test
Class OutputStreamDataSourceTest

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

public class OutputStreamDataSourceTest
extends junit.framework.TestCase


Constructor Summary
OutputStreamDataSourceTest(String name)
           
 
Method Summary
static void main(String[] argv)
           
static junit.framework.Test suite()
           
 void testCloseDataSourceMulti()
           
 void testCloseDataSourceSingle()
           
 void testCloseDataSourceStream()
           
 void testCloseStream()
           
 void testCloseStreamThead()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

OutputStreamDataSourceTest

public OutputStreamDataSourceTest(String name)
Method Detail

main

public static void main(String[] argv)

suite

public static junit.framework.Test suite()

testCloseDataSourceSingle

public void testCloseDataSourceSingle()
                               throws Exception

testCloseDataSourceMulti

public void testCloseDataSourceMulti()
                              throws Exception

testCloseDataSourceStream

public void testCloseDataSourceStream()
                               throws Exception

testCloseStream

public void testCloseStream()
                     throws Exception

testCloseStreamThead

public void testCloseStreamThead()
                          throws Exception