Package com.ibm.jbatch.tck.tests.jslxml
Class ParallelExecutionTests
- java.lang.Object
-
- com.ibm.jbatch.tck.utils.BaseJUnit5Test
-
- com.ibm.jbatch.tck.tests.jslxml.ParallelExecutionTests
-
public class ParallelExecutionTests extends BaseJUnit5Test
-
-
Constructor Summary
Constructors Constructor Description ParallelExecutionTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestInvokeJobSimpleSplit()voidtestInvokeJobWithOnePartitionedStep()voidtestInvokeJobWithOnePartitionedStepExitStatus()voidtestPartitionedCollectorAnalyzerReducerChunkRestartItemCount10()voidtestPartitionedMapperOverrideFalseOnRestart()voidtestPartitionedMapperOverrideTrueDiffPartitionNumOnRestart()voidtestPartitionedMapperOverrideTrueSamePartitionNumOnRestart()voidtestPartitionedPlanCollectorAnalyzerReducerComplete()voidtestStopRestartRunningPartitionedStep()voidtestStopRunningPartitionedStep()voidtestZeroBasedPartitionedPlanCollectorAnalyzerReducerRollback()-
Methods inherited from class com.ibm.jbatch.tck.utils.BaseJUnit5Test
cleanUpReporter, setUpReporter
-
-
-
-
Method Detail
-
testInvokeJobWithOnePartitionedStep
@Test public void testInvokeJobWithOnePartitionedStep() throws Exception- Throws:
Exception
-
testInvokeJobWithOnePartitionedStepExitStatus
@Test public void testInvokeJobWithOnePartitionedStepExitStatus() throws Exception- Throws:
Exception
-
testStopRunningPartitionedStep
@Test public void testStopRunningPartitionedStep() throws Exception- Throws:
Exception
-
testStopRestartRunningPartitionedStep
@Test public void testStopRestartRunningPartitionedStep() throws Exception- Throws:
Exception
-
testInvokeJobSimpleSplit
@Test public void testInvokeJobSimpleSplit() throws Exception- Throws:
Exception
-
testPartitionedPlanCollectorAnalyzerReducerComplete
@Test public void testPartitionedPlanCollectorAnalyzerReducerComplete() throws Exception- Throws:
Exception
-
testZeroBasedPartitionedPlanCollectorAnalyzerReducerRollback
@Test public void testZeroBasedPartitionedPlanCollectorAnalyzerReducerRollback() throws Exception- Throws:
Exception
-
testPartitionedCollectorAnalyzerReducerChunkRestartItemCount10
@Test public void testPartitionedCollectorAnalyzerReducerChunkRestartItemCount10() throws Exception- Throws:
Exception
-
testPartitionedMapperOverrideFalseOnRestart
@Test public void testPartitionedMapperOverrideFalseOnRestart() throws Exception- Throws:
Exception
-
testPartitionedMapperOverrideTrueDiffPartitionNumOnRestart
@Test public void testPartitionedMapperOverrideTrueDiffPartitionNumOnRestart() throws Exception- Throws:
Exception
-
-