org.mule.transport.jdbc.sqlstrategy
Class SqlStatementStrategyExecutorTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.transport.jdbc.sqlstrategy.SqlStatementStrategyExecutorTestCase

public class SqlStatementStrategyExecutorTestCase
extends AbstractMuleTestCase


Field Summary
static int TIMEOUT
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
SqlStatementStrategyExecutorTestCase()
           
 
Method Summary
 void setUpTest()
           
 void testExecute()
           
 void testExecuteWithException()
           
 void testExecuteWithExceptionWithTx()
           
 void testExecuteWithTx()
           
 
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

TIMEOUT

public static final int TIMEOUT
See Also:
Constant Field Values
Constructor Detail

SqlStatementStrategyExecutorTestCase

public SqlStatementStrategyExecutorTestCase()
Method Detail

setUpTest

public void setUpTest()

testExecute

public void testExecute()
                 throws Exception
Throws:
Exception

testExecuteWithException

public void testExecuteWithException()
                              throws Exception
Throws:
Exception

testExecuteWithTx

public void testExecuteWithTx()
                       throws Exception
Throws:
Exception

testExecuteWithExceptionWithTx

public void testExecuteWithExceptionWithTx()
                                    throws Exception
Throws:
Exception


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