Package com.ibm.jbatch.tck.tests.jslxml
Class SplitTransitioningTests
- java.lang.Object
-
- com.ibm.jbatch.tck.utils.BaseJUnit5Test
-
- com.ibm.jbatch.tck.tests.jslxml.SplitTransitioningTests
-
public class SplitTransitioningTests extends BaseJUnit5Test
-
-
Constructor Summary
Constructors Constructor Description SplitTransitioningTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidafterTest()static voidbeforeTest()voidtestSplitTransitionToDecision()voidtestSplitTransitionToStep()voidtestSplitTransitionToStepOutOfScope()-
Methods inherited from class com.ibm.jbatch.tck.utils.BaseJUnit5Test
cleanUpReporter, setUpReporter
-
-
-
-
Method Detail
-
testSplitTransitionToStep
@Test public void testSplitTransitionToStep() throws Exception- Throws:
jakarta.batch.operations.JobStartExceptionFileNotFoundExceptionIOExceptionInterruptedExceptionException
-
testSplitTransitionToStepOutOfScope
@Test public void testSplitTransitionToStepOutOfScope() throws Exception- Throws:
jakarta.batch.operations.JobStartExceptionFileNotFoundExceptionIOExceptionInterruptedExceptionException
-
testSplitTransitionToDecision
@Test public void testSplitTransitionToDecision() throws Exception- Throws:
jakarta.batch.operations.JobStartExceptionFileNotFoundExceptionIOExceptionInterruptedExceptionException
-
beforeTest
@BeforeAll public static void beforeTest() throws ClassNotFoundException- Throws:
ClassNotFoundException
-
afterTest
@AfterAll public static void afterTest()
-
-