org.nees.data.test
Class NFMSFacadeGridFTPTest

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

public class NFMSFacadeGridFTPTest
extends NFMSFacadeTest

Author:
jgaynor

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
NFMSFacadeGridFTPTest(java.lang.String x)
          Creates a new instance of NFMSFacadeGridFTPTest
 
Method Summary
 java.lang.String getProtocol()
           
static junit.framework.Test suite()
           
 
Methods inherited from class org.nees.data.test.NFMSFacadeTest
testAppend, testAppendNew_NoPreexistingFile, testAppendNew_WithPreexistingFile, testAppendNewVersions_NoPreexistingFile, testAppendNewVersions_WithPreexistingFile, testBadGet, testBadLogicalName, testPutNew, testPutNewVersion, testPutNoPre_ExistingFile, testPutPre_ExistingNewFileFailure
 
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

NFMSFacadeGridFTPTest

public NFMSFacadeGridFTPTest(java.lang.String x)
Creates a new instance of NFMSFacadeGridFTPTest

Method Detail

suite

public static junit.framework.Test suite()

getProtocol

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