Package com.ibm.jbatch.tck.tests.jslxml
Class RestartNotMostRecentTests
- java.lang.Object
-
- com.ibm.jbatch.tck.tests.jslxml.RestartNotMostRecentTests
-
public class RestartNotMostRecentTests extends Object
-
-
Constructor Summary
Constructors Constructor Description RestartNotMostRecentTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterTest()
void
beforeTest()
void
cleanup()
void
setup(String[] args, Properties props)
void
testRestartNotMostRecentException()
-
-
-
Method Detail
-
testRestartNotMostRecentException
public void testRestartNotMostRecentException() throws Exception
- Throws:
Exception
-
setup
public void setup(String[] args, Properties props) throws Exception
- Throws:
Exception
-
cleanup
public void cleanup()
-
beforeTest
public void beforeTest() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
afterTest
public void afterTest()
-
-