public class TestFTP
extends TestCase
Constructor and Description |
---|
TestFTP(java.lang.String name)
Creates a new unit test
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Entry point to run this test standalone
|
static Test |
suite()
Creates the test suite
|
void |
testConnect()
Check a sample FTP server.
|
public TestFTP(java.lang.String name)
name
- the name of the unitpublic void testConnect() throws java.lang.Exception
java.lang.Exception
- a test failure.public static Test suite()
public static void main(java.lang.String[] args)
args
- the arguments to the teststSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.