Java Globus API: Class FTPControlChannelTest

org.globus.ftp.test
Class FTPControlChannelTest

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

public class FTPControlChannelTest
extends junit.framework.TestCase

Test FTPControlChannel


Constructor Summary
FTPControlChannelTest(String name)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 void testAuth()
           
 void testRetr()
          Because data channel is not present, the server should answer here "425 Can't build data connection: Connection refused."
 
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

FTPControlChannelTest

public FTPControlChannelTest(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()

testAuth

public void testAuth()
              throws Exception

testRetr

public void testRetr()
              throws Exception
Because data channel is not present, the server should answer here "425 Can't build data connection: Connection refused."