de.jface.remind.io
Class FTPClientTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--de.jface.remind.io.FTPClientTest
All Implemented Interfaces:
junit.framework.Test

public class FTPClientTest
extends junit.framework.TestCase

The test case FTPClientTest tests the [your text here].

Version:
$Revision: 1.1.1.1 $
Author:
Moritz Petersen

Constructor Summary
FTPClientTest(java.lang.String name)
          This constructor creates a new FTPClientTest test case.
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testFTP()
          This method tests [your text here].
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, 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

FTPClientTest

public FTPClientTest(java.lang.String name)
This constructor creates a new FTPClientTest test case.
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase

testFTP

public void testFTP()
             throws java.lang.Exception
This method tests [your text here].


Copyright © 2002-2002 Moritz Petersen. All Rights Reserved.