Package com.ibm.jbatch.tck.tests.jslxml
Class StepLevelPropertiesTests
- java.lang.Object
-
- com.ibm.jbatch.tck.tests.jslxml.StepLevelPropertiesTests
-
public class StepLevelPropertiesTests extends Object
-
-
Constructor Summary
Constructors Constructor Description StepLevelPropertiesTests()
-
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
testStepLevelPropertiesCount()
void
testStepLevelPropertiesPropertyValue()
void
testStepLevelPropertiesShouldNotBeAvailableThroughJobContext()
-
-
-
Method Detail
-
testStepLevelPropertiesCount
public void testStepLevelPropertiesCount() throws Exception
-
testStepLevelPropertiesPropertyValue
public void testStepLevelPropertiesPropertyValue() throws Exception
-
testStepLevelPropertiesShouldNotBeAvailableThroughJobContext
public void testStepLevelPropertiesShouldNotBeAvailableThroughJobContext() throws Exception
- Throws:
InterruptedException
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()
-
-