org.mule.transport.file
Class FileMessageReceiverMessageProcessingTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.transport.file.FileMessageReceiverMessageProcessingTestCase

public class FileMessageReceiverMessageProcessingTestCase
extends AbstractMuleTestCase


Field Summary
static String IMPUT_FILES_DIR
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
FileMessageReceiverMessageProcessingTestCase()
           
 
Method Summary
 void testProcessFileAndDeleteIt()
          Message processed successfully
 void testProcessFileThatFailsThrowHandleExceptionThenDeleteIt()
          Message processing fails but exception is handled
 void testProcessFileThatFailsThrowsUnhandledExceptionThenDoNotDeleteIt()
          Message processing fails and exception is not handled
 void testProcessStreamingFileThatFailsThrowHandleExceptionThenDoNotDeleteIt()
          Streaming file Message processing fails but exception is handled
 void testProcessStreamingFileThatFailsThrowsUnhandledExceptionThenDoNotDeleteIt()
          Streaming file Message processing fails and exception is not handled
 void testProcessStreamingFileTheDoNotDeleteIt()
          Streaming file Message processed successfully
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMPUT_FILES_DIR

public static final String IMPUT_FILES_DIR
See Also:
Constant Field Values
Constructor Detail

FileMessageReceiverMessageProcessingTestCase

public FileMessageReceiverMessageProcessingTestCase()
Method Detail

testProcessFileAndDeleteIt

public void testProcessFileAndDeleteIt()
                                throws Exception
Message processed successfully

Throws:
Exception

testProcessFileThatFailsThrowHandleExceptionThenDeleteIt

public void testProcessFileThatFailsThrowHandleExceptionThenDeleteIt()
                                                              throws Exception
Message processing fails but exception is handled

Throws:
Exception

testProcessFileThatFailsThrowsUnhandledExceptionThenDoNotDeleteIt

public void testProcessFileThatFailsThrowsUnhandledExceptionThenDoNotDeleteIt()
                                                                       throws Exception
Message processing fails and exception is not handled

Throws:
Exception

testProcessStreamingFileTheDoNotDeleteIt

public void testProcessStreamingFileTheDoNotDeleteIt()
                                              throws Exception
Streaming file Message processed successfully

Throws:
Exception

testProcessStreamingFileThatFailsThrowHandleExceptionThenDoNotDeleteIt

public void testProcessStreamingFileThatFailsThrowHandleExceptionThenDoNotDeleteIt()
                                                                            throws Exception
Streaming file Message processing fails but exception is handled

Throws:
Exception

testProcessStreamingFileThatFailsThrowsUnhandledExceptionThenDoNotDeleteIt

public void testProcessStreamingFileThatFailsThrowsUnhandledExceptionThenDoNotDeleteIt()
                                                                                throws Exception
Streaming file Message processing fails and exception is not handled

Throws:
Exception


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