org.mule.construct
Class FlowValidationTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.construct.FlowValidationTestCase

public class FlowValidationTestCase
extends AbstractMuleTestCase


Field Summary
static String FLOW_NAME
           
 InboundEndpoint inboundEndpoint
           
 MuleContext mockMuleContext
           
 AbstractRedeliveryPolicy mockRedeliveryPolicy
           
 RollbackMessagingExceptionStrategy rollbackMessagingExceptionStrategy
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
FlowValidationTestCase()
           
 
Method Summary
 void setUp()
           
 void testChangeDefaultProcessingStrategyWithRedelivery()
           
 void testProcessingStrategyCantBeAsyncWithRedelivery()
           
 
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

FLOW_NAME

public static final String FLOW_NAME
See Also:
Constant Field Values

mockMuleContext

@Mock
public MuleContext mockMuleContext

inboundEndpoint

@Mock(answer=RETURNS_DEEP_STUBS)
public InboundEndpoint inboundEndpoint

rollbackMessagingExceptionStrategy

@Mock
public RollbackMessagingExceptionStrategy rollbackMessagingExceptionStrategy

mockRedeliveryPolicy

@Mock
public AbstractRedeliveryPolicy mockRedeliveryPolicy
Constructor Detail

FlowValidationTestCase

public FlowValidationTestCase()
Method Detail

setUp

public void setUp()

testProcessingStrategyCantBeAsyncWithRedelivery

public void testProcessingStrategyCantBeAsyncWithRedelivery()
                                                     throws Exception
Throws:
Exception

testChangeDefaultProcessingStrategyWithRedelivery

public void testChangeDefaultProcessingStrategyWithRedelivery()
                                                       throws Exception
Throws:
Exception


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