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 voidafterTest()voidbeforeTest()voidcleanup()voidsetup(String[] args, Properties props)voidtestJobLevelPropertiesCount()voidtestJobLevelPropertiesPropertyValue()voidtestJobLevelPropertiesShouldNotBeAvailableThroughStepContext()
-
-
-
Method Detail
-
testJobLevelPropertiesCount
public void testJobLevelPropertiesCount() throws Exception
-
testJobLevelPropertiesPropertyValue
public void testJobLevelPropertiesPropertyValue() throws Exception
-
testJobLevelPropertiesShouldNotBeAvailableThroughStepContext
public void testJobLevelPropertiesShouldNotBeAvailableThroughStepContext() throws Exception- Throws:
InterruptedExceptionException
-
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()
-
-