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