Package com.ibm.jbatch.tck.tests.jslxml
Class ContextAndListenerTests
- java.lang.Object
-
- com.ibm.jbatch.tck.tests.jslxml.ContextAndListenerTests
-
public class ContextAndListenerTests extends Object
-
-
Constructor Summary
Constructors Constructor Description ContextAndListenerTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcleanup()static voidsetup(String[] args, Properties props)static voidsetUp()voidtestExamineJobContextInArtifact()voidtestExamineStepContextInArtifact()voidtestgetException()voidtestgetExceptionListenerBased()voidtestJobContextIsUniqueForMainThreadAndFlowsInSplits()voidtestJobContextIsUniqueForMainThreadAndPartitions()voidtestOneArtifactIsJobAndStepListener()voidtestStepContextIsUniqueForMainThreadAndPartitions()
-
-
-
Method Detail
-
setup
public static void setup(String[] args, Properties props) throws Exception
- Throws:
Exception
-
testExamineJobContextInArtifact
public void testExamineJobContextInArtifact() throws Exception- Throws:
Exception
-
testExamineStepContextInArtifact
public void testExamineStepContextInArtifact() throws Exception- Throws:
Exception
-
testOneArtifactIsJobAndStepListener
public void testOneArtifactIsJobAndStepListener() throws Exception- Throws:
Exception
-
testgetExceptionListenerBased
public void testgetExceptionListenerBased() throws Exception- Throws:
Exception
-
testJobContextIsUniqueForMainThreadAndPartitions
public void testJobContextIsUniqueForMainThreadAndPartitions() throws Exception- Throws:
Exception
-
testJobContextIsUniqueForMainThreadAndFlowsInSplits
public void testJobContextIsUniqueForMainThreadAndFlowsInSplits() throws Exception- Throws:
Exception
-
testStepContextIsUniqueForMainThreadAndPartitions
public void testStepContextIsUniqueForMainThreadAndPartitions() throws Exception- Throws:
Exception
-
-