Package com.ibm.jbatch.tck.tests.jslxml
Class JobLevelPropertiesTests
- java.lang.Object
-
- com.ibm.jbatch.tck.tests.jslxml.JobLevelPropertiesTests
-
public class JobLevelPropertiesTests extends Object
-
-
Constructor Summary
Constructors Constructor Description JobLevelPropertiesTests()
-
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
testJobLevelPropertiesCount()
void
testJobLevelPropertiesPropertyValue()
void
testJobLevelPropertiesShouldNotBeAvailableThroughStepContext()
-
-
-
Method Detail
-
testJobLevelPropertiesCount
public void testJobLevelPropertiesCount() throws Exception
-
testJobLevelPropertiesPropertyValue
public void testJobLevelPropertiesPropertyValue() throws Exception
-
testJobLevelPropertiesShouldNotBeAvailableThroughStepContext
public void testJobLevelPropertiesShouldNotBeAvailableThroughStepContext() 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()
-
-