Package com.ibm.jbatch.tck.tests.ee
Class TransactionTests
- java.lang.Object
-
- com.ibm.jbatch.tck.tests.ee.TransactionTests
-
public class TransactionTests extends Object
-
-
Constructor Summary
Constructors Constructor Description TransactionTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
cleanup()
static void
setup(String[] args, Properties props)
static void
setUp()
void
testGlobalTranForcedExceptionCheckpointRestart()
void
testGlobalTranForcedExceptionWithRollback()
void
testGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutSteps()
void
testGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutStepsCustomCheckpointAlgorithm()
void
testGlobalTranNoDelayLongTimeout()
void
testGlobalTranNoExceptions()
void
testTranRollbackRetryProcessSkipProcess()
void
testTranRollbackRetryReadSkipRead()
void
testTranRollbackRetryWriteSkipWrite()
-
-
-
Method Detail
-
setup
public static void setup(String[] args, Properties props) throws Exception
- Throws:
Exception
-
testTranRollbackRetryReadSkipRead
public void testTranRollbackRetryReadSkipRead() throws Exception
- Throws:
Exception
-
testTranRollbackRetryProcessSkipProcess
public void testTranRollbackRetryProcessSkipProcess() throws Exception
- Throws:
Exception
-
testTranRollbackRetryWriteSkipWrite
public void testTranRollbackRetryWriteSkipWrite() throws Exception
- Throws:
Exception
-
testGlobalTranNoExceptions
public void testGlobalTranNoExceptions() throws Exception
- Throws:
Exception
-
testGlobalTranForcedExceptionWithRollback
public void testGlobalTranForcedExceptionWithRollback() throws Exception
- Throws:
Exception
-
testGlobalTranForcedExceptionCheckpointRestart
public void testGlobalTranForcedExceptionCheckpointRestart() throws Exception
- Throws:
Exception
-
testGlobalTranNoDelayLongTimeout
public void testGlobalTranNoDelayLongTimeout() throws Exception
- Throws:
Exception
-
testGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutSteps
public void testGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutSteps() throws Exception
- Throws:
Exception
-
-