org.nees.data.test
Class NFMSFTPTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.nees.data.test.NFMSTestMetaClass
              extended byorg.nees.data.test.NFMSSessionTest
                  extended byorg.nees.data.test.NFMSProtocolTest
                      extended byorg.nees.data.test.NFMSFTPTest
All Implemented Interfaces:
junit.framework.Test

public class NFMSFTPTest
extends NFMSProtocolTest

Author:
USER

Field Summary
 
Fields inherited from class org.nees.data.test.NFMSTestMetaClass
APPEND_FILE_COUNT_KEY, BACKEND_TESTS_ENABLED_KEY, DOWNLOADOPTIONS_COUNT, FAILED, FILE_SIZE_KEY, FTP_PASSWORD_KEY, FTP_TESTS_ENABLED_KEY, FTP_USERNAME_KEY, GENERAL_TESTS_ENABLED_KEY, GRID_FTP_TESTS_ENABLED_KEY, GRID_USER_CREDENTIAL_FILE_KEY, LOCAL_DEBUG_MODE_KEY, LOCAL_DEBUG_SESSION_USER_KEY, LOCAL_DEBUG_USER_HOME_KEY, LOCAL_FILE_TESTS_ENABLED_KEY, NFMS_FACADE_TESTS_ENABLED_KEY, NFMS_PROPERTIES_FILE_KEY, NFMS_SERVICE_URI_KEY, OK, SCRATCH_DIRECTORY_KEY, TEST_LOGICAL_NAME_KEY, TEST_NAMESPACE_KEY, TEST_PROPERTIES_FILE_KEY, UPLOADOPTIONS_COUNT_KEY, VERSION_FILE_COUNT_KEY
 
Constructor Summary
NFMSFTPTest()
          Creates a new instance of NFMSFTPTest
NFMSFTPTest(java.lang.String x)
           
 
Method Summary
 java.lang.String getProtocol()
           
static junit.framework.Test suite()
           
 void transferFile(java.net.URI localURI, java.net.URI remoteURI, boolean isPut)
           
 
Methods inherited from class org.nees.data.test.NFMSProtocolTest
downloadFile, startDownload, startUpload, testBadVersion, testDownloadWithOptions, testFileAppend, testFileVersionAndAppend, testFileVersioning, testNoPre_ExistingFile, testPre_ExistingNewFileFailure, testProtocolRequest, testUploadWithOptions, uploadFile, uploadLocalFile
 
Methods inherited from class org.nees.data.test.NFMSSessionTest
downloadLocalFile, getNFMS, localFileTransfer, startLocalFileDownload, startLocalFileUpload, uploadLocalFile
 
Methods inherited from class org.nees.data.test.NFMSTestMetaClass
getAssumedAuthenticIdentity, getBackend, getBootstrapper, getFTU, getGridID, getLocalNFMS, getNFMSProperties, getRepoRootDirURI, getScratchDir, getTestProperties, getUserDirURI, makeLogicalName, report, report
 
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

NFMSFTPTest

public NFMSFTPTest()
Creates a new instance of NFMSFTPTest


NFMSFTPTest

public NFMSFTPTest(java.lang.String x)
Method Detail

suite

public static junit.framework.Test suite()

getProtocol

public java.lang.String getProtocol()
Specified by:
getProtocol in class NFMSProtocolTest

transferFile

public void transferFile(java.net.URI localURI,
                         java.net.URI remoteURI,
                         boolean isPut)
                  throws java.lang.Exception
Specified by:
transferFile in class NFMSProtocolTest
Throws:
java.lang.Exception