Uses of Class
org.mule.transport.sftp.dataintegrity.AbstractSftpDataIntegrityTestCase

Packages that use AbstractSftpDataIntegrityTestCase
org.mule.transport.sftp   
org.mule.transport.sftp.dataintegrity   
 

Uses of AbstractSftpDataIntegrityTestCase in org.mule.transport.sftp
 

Subclasses of AbstractSftpDataIntegrityTestCase in org.mule.transport.sftp
 class SftpFilterTestCase
          Simple test to verify that the filter configuration works.
 

Uses of AbstractSftpDataIntegrityTestCase in org.mule.transport.sftp.dataintegrity
 

Subclasses of AbstractSftpDataIntegrityTestCase in org.mule.transport.sftp.dataintegrity
 class SftpCantCreateTempDirectoryTestCase
          Tests that files are not deleted if the temp directory can't be created
 class SftpCantWriteToFinalDestAfterTempDirectoryTestCase
          Tests that files are not deleted if the final destination is not writable when using a temp directory.
 class SftpCheckDuplicateFileHandlingTestCase
          Test the three different types of handling when duplicate files (i.e.
 class SftpInvalidInboundEndpointTestCase
           
 class SftpNoOutboundDirectoryTestCase
          Verify that the original file is not lost if the outbound directory doesn't exist
 class SftpNoWriteAccessToOutboundDirectoryTestCase
          Verify that the original file is not lost if the outbound directory doesn't exist
 class SftpWrongPassPhraseOnOutboundDirectoryTestCase
          Verify that the original file is not lost if the password for the outbound endpoint is wrong
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.