Package com.ibm.jbatch.tck.tests.jslxml
Class DeciderTests
- java.lang.Object
-
- com.ibm.jbatch.tck.tests.jslxml.DeciderTests
-
- All Implemented Interfaces:
StatusConstants
public class DeciderTests extends Object implements StatusConstants
-
-
Field Summary
-
Fields inherited from interface com.ibm.jbatch.tck.artifacts.common.StatusConstants
A_STEP_RAN, GOOD_JOB_EXIT_STATUS, GOOD_STEP_EXIT_STATUS, SPECIAL_EXIT_STATUS, UNEXPECTED
-
-
Constructor Summary
Constructors Constructor Description DeciderTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanup()
static void
setup(String[] args, Properties props)
static void
setUp()
void
testDeciderCannotbeFirstElementOnStart()
void
testDeciderEndNormal()
void
testDeciderEndSpecial()
void
testDeciderExitStatusIsSetOnJobContext()
void
testDeciderFailNormal()
void
testDeciderFailSpecial()
void
testDeciderNextNormal()
void
testDeciderNextSpecial()
void
testDeciderStopNormal()
void
testDeciderStopSpecial()
void
testDeciderTransitionFromFlowAndAllowRestart()
void
testDeciderTransitionFromFlowAndAllowRestartFalse()
void
testDeciderTransitionFromSplitAndAllowRestart()
void
testDeciderTransitionFromSplitAndAllowRestartFalse()
void
testDeciderTransitionFromStepAndAllowRestart()
void
testDeciderTransitionFromStepAndAllowRestartFalse()
void
testDeciderTransitionFromStepWithinFlowAndAllowRestart()
void
testDeciderTransitionFromStepWithinFlowAndAllowRestartFalse()
-
-
-
Method Detail
-
setup
public static void setup(String[] args, Properties props) throws Exception
- Throws:
Exception
-
cleanup
public void cleanup()
-
testDeciderExitStatusIsSetOnJobContext
public void testDeciderExitStatusIsSetOnJobContext() throws Exception
- Throws:
Exception
-
testDeciderCannotbeFirstElementOnStart
public void testDeciderCannotbeFirstElementOnStart() throws Exception
- Throws:
Exception
-
testDeciderTransitionFromStepAndAllowRestart
public void testDeciderTransitionFromStepAndAllowRestart() throws Exception
- Throws:
Exception
-
testDeciderTransitionFromStepWithinFlowAndAllowRestart
public void testDeciderTransitionFromStepWithinFlowAndAllowRestart() throws Exception
- Throws:
Exception
-
testDeciderTransitionFromFlowAndAllowRestart
public void testDeciderTransitionFromFlowAndAllowRestart() throws Exception
- Throws:
Exception
-
testDeciderTransitionFromSplitAndAllowRestart
public void testDeciderTransitionFromSplitAndAllowRestart() throws Exception
- Throws:
Exception
-
testDeciderTransitionFromStepAndAllowRestartFalse
public void testDeciderTransitionFromStepAndAllowRestartFalse() throws Exception
- Throws:
Exception
-
testDeciderTransitionFromStepWithinFlowAndAllowRestartFalse
public void testDeciderTransitionFromStepWithinFlowAndAllowRestartFalse() throws Exception
- Throws:
Exception
-
testDeciderTransitionFromFlowAndAllowRestartFalse
public void testDeciderTransitionFromFlowAndAllowRestartFalse() throws Exception
- Throws:
Exception
-
-