Package com.ibm.jbatch.tck.tests.ee
Class TransactionTests
- java.lang.Object
-
- com.ibm.jbatch.tck.tests.ee.TransactionTests
-
@Tag("ee") public class TransactionTests extends Object
-
-
Constructor Summary
Constructors Constructor Description TransactionTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGlobalTranForcedExceptionCheckpointRestart()voidtestGlobalTranForcedExceptionWithRollback()voidtestGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutSteps()voidtestGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutStepsCustomCheckpointAlgorithm()voidtestGlobalTranNoDelayLongTimeout()voidtestGlobalTranNoExceptions()voidtestTranRollbackRetryProcessSkipProcess()voidtestTranRollbackRetryReadSkipRead()voidtestTranRollbackRetryWriteSkipWrite()
-
-
-
Method Detail
-
testTranRollbackRetryReadSkipRead
@Test public void testTranRollbackRetryReadSkipRead() throws Exception- Throws:
Exception
-
testTranRollbackRetryProcessSkipProcess
@Test public void testTranRollbackRetryProcessSkipProcess() throws Exception- Throws:
Exception
-
testTranRollbackRetryWriteSkipWrite
@Test public void testTranRollbackRetryWriteSkipWrite() throws Exception- Throws:
Exception
-
testGlobalTranNoExceptions
@Test public void testGlobalTranNoExceptions() throws Exception- Throws:
Exception
-
testGlobalTranForcedExceptionWithRollback
@Test public void testGlobalTranForcedExceptionWithRollback() throws Exception- Throws:
Exception
-
testGlobalTranForcedExceptionCheckpointRestart
@Test public void testGlobalTranForcedExceptionCheckpointRestart() throws Exception- Throws:
Exception
-
testGlobalTranNoDelayLongTimeout
@Test public void testGlobalTranNoDelayLongTimeout() throws Exception- Throws:
Exception
-
testGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutSteps
@Test public void testGlobalTranLongDelayMixOfLongTimeoutStepsAndShortTimeoutSteps() throws Exception- Throws:
Exception
-
-