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