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 void
cleanup()
static void
setup(String[] args, Properties props)
static void
setUp()
void
testExamineJobContextInArtifact()
void
testExamineStepContextInArtifact()
void
testgetException()
void
testgetExceptionListenerBased()
void
testJobContextIsUniqueForMainThreadAndFlowsInSplits()
void
testJobContextIsUniqueForMainThreadAndPartitions()
void
testOneArtifactIsJobAndStepListener()
void
testStepContextIsUniqueForMainThreadAndPartitions()
-
-
-
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
-
-