org.mule.execution
Class ValidateTransactionalStateInterceptorTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.execution.ValidateTransactionalStateInterceptorTestCase

public class ValidateTransactionalStateInterceptorTestCase
extends AbstractMuleTestCase


Field Summary
static MuleTransactionConfig MULE_TRANSACTION_CONFIG_ALWAYS_BEGIN
           
static MuleTransactionConfig MULE_TRANSACTION_CONFIG_ALWAYS_JOIN
           
static MuleTransactionConfig MULE_TRANSACTION_CONFIG_BEGIN_OR_JOIN
           
static MuleTransactionConfig MULE_TRANSACTION_CONFIG_INDIFFERENT
           
static MuleTransactionConfig MULE_TRANSACTION_CONFIG_JOIN_IF_POSSIBLE
           
static MuleTransactionConfig MULE_TRANSACTION_CONFIG_NEVER
           
static MuleTransactionConfig MULE_TRANSACTION_CONFIG_NONE
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
ValidateTransactionalStateInterceptorTestCase(boolean hasTransactionInContext, TransactionConfig transactionConfig)
           
 
Method Summary
static Collection<Object[]> parameters()
           
 void removeTransaction()
           
 void testTransactionalState()
           
 
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

MULE_TRANSACTION_CONFIG_ALWAYS_BEGIN

public static final MuleTransactionConfig MULE_TRANSACTION_CONFIG_ALWAYS_BEGIN

MULE_TRANSACTION_CONFIG_BEGIN_OR_JOIN

public static final MuleTransactionConfig MULE_TRANSACTION_CONFIG_BEGIN_OR_JOIN

MULE_TRANSACTION_CONFIG_ALWAYS_JOIN

public static final MuleTransactionConfig MULE_TRANSACTION_CONFIG_ALWAYS_JOIN

MULE_TRANSACTION_CONFIG_INDIFFERENT

public static final MuleTransactionConfig MULE_TRANSACTION_CONFIG_INDIFFERENT

MULE_TRANSACTION_CONFIG_JOIN_IF_POSSIBLE

public static final MuleTransactionConfig MULE_TRANSACTION_CONFIG_JOIN_IF_POSSIBLE

MULE_TRANSACTION_CONFIG_NEVER

public static final MuleTransactionConfig MULE_TRANSACTION_CONFIG_NEVER

MULE_TRANSACTION_CONFIG_NONE

public static final MuleTransactionConfig MULE_TRANSACTION_CONFIG_NONE
Constructor Detail

ValidateTransactionalStateInterceptorTestCase

public ValidateTransactionalStateInterceptorTestCase(boolean hasTransactionInContext,
                                                     TransactionConfig transactionConfig)
Method Detail

parameters

public static Collection<Object[]> parameters()

removeTransaction

public void removeTransaction()

testTransactionalState

public void testTransactionalState()
                            throws Exception
Throws:
Exception


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