Java Globus API: Class ThirdPartyTest
org.globus.io.ftp.tests
Class ThirdPartyTest
java.lang.Object
|
+--junit.framework.Assert
|
+--junit.framework.TestCase
|
+--org.globus.io.ftp.tests.ThirdPartyTest
- All Implemented Interfaces:
- junit.framework.Test
- public class ThirdPartyTest
- extends junit.framework.TestCase
|
Method Summary |
void |
copy(java.lang.String srcFile,
java.lang.String dstFile,
boolean passive,
boolean DCAU,
boolean PROT)
|
void |
copyAll(java.lang.String srcFile,
java.lang.String dstFile,
boolean passive,
boolean ok)
|
FTPClient |
getClient(GlobusURL url,
boolean mode,
boolean DCAU,
boolean PROT)
|
boolean |
isCopyOK(java.lang.String srcFile,
java.lang.String dstFile,
boolean srcPassive,
boolean DCAU,
boolean PROT)
|
static void |
main(java.lang.String[] args)
|
static junit.framework.Test |
suite()
|
void |
testFailFailCopy()
|
void |
testFailOkCopy()
|
void |
testOkFailCopy()
|
void |
testOkOkCopy()
|
| 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 |
ThirdPartyTest
public ThirdPartyTest(java.lang.String name)
main
public static void main(java.lang.String[] args)
suite
public static junit.framework.Test suite()
getClient
public FTPClient getClient(GlobusURL url,
boolean mode,
boolean DCAU,
boolean PROT)
throws java.lang.Exception
testFailOkCopy
public void testFailOkCopy()
testOkFailCopy
public void testOkFailCopy()
testFailFailCopy
public void testFailFailCopy()
testOkOkCopy
public void testOkOkCopy()
copyAll
public void copyAll(java.lang.String srcFile,
java.lang.String dstFile,
boolean passive,
boolean ok)
isCopyOK
public boolean isCopyOK(java.lang.String srcFile,
java.lang.String dstFile,
boolean srcPassive,
boolean DCAU,
boolean PROT)
copy
public void copy(java.lang.String srcFile,
java.lang.String dstFile,
boolean passive,
boolean DCAU,
boolean PROT)
throws java.lang.Exception