Package com.ibm.jbatch.tck.tests.jslxml
Class ExecutionTests
- java.lang.Object
-
- com.ibm.jbatch.tck.utils.BaseJUnit5Test
-
- com.ibm.jbatch.tck.tests.jslxml.ExecutionTests
-
public class ExecutionTests extends BaseJUnit5Test
-
-
Constructor Summary
Constructors Constructor Description ExecutionTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCheckpoint()voidtestInvokeJobChunkWithFullAttributes()voidtestInvokeJobSimpleChunk()voidtestInvokeJobUsingTCCL()voidtestInvokeJobWithEndElement()voidtestInvokeJobWithFailElement()voidtestInvokeJobWithFourStepSequenceOfBatchlets()voidtestInvokeJobWithNextElement()voidtestInvokeJobWithOneBatchletStep()voidtestInvokeJobWithStopElement()voidtestInvokeJobWithTwoStepSequenceOfBatchlets()voidtestSimpleFlow()-
Methods inherited from class com.ibm.jbatch.tck.utils.BaseJUnit5Test
cleanUpReporter, setUpReporter
-
-
-
-
Method Detail
-
testInvokeJobWithOneBatchletStep
@Test public void testInvokeJobWithOneBatchletStep() throws Exception- Throws:
Exception
-
testInvokeJobWithTwoStepSequenceOfBatchlets
@Test public void testInvokeJobWithTwoStepSequenceOfBatchlets() throws Exception- Throws:
Exception
-
testInvokeJobWithFourStepSequenceOfBatchlets
@Test public void testInvokeJobWithFourStepSequenceOfBatchlets() throws Exception- Throws:
Exception
-
testInvokeJobWithNextElement
@Test public void testInvokeJobWithNextElement() throws Exception- Throws:
Exception
-
testInvokeJobWithFailElement
@Test public void testInvokeJobWithFailElement() throws Exception- Throws:
Exception
-
testInvokeJobWithStopElement
@Test public void testInvokeJobWithStopElement() throws Exception- Throws:
Exception
-
testInvokeJobWithEndElement
@Test public void testInvokeJobWithEndElement() throws Exception- Throws:
Exception
-
testInvokeJobSimpleChunk
@Test public void testInvokeJobSimpleChunk() throws Exception- Throws:
Exception
-
testInvokeJobChunkWithFullAttributes
@Test @Disabled("Bug 5379. Decided to exclude this test.") public void testInvokeJobChunkWithFullAttributes() throws Exception- Throws:
Exception
-
testInvokeJobUsingTCCL
@Test public void testInvokeJobUsingTCCL() throws Exception- Throws:
Exception
-
-