Package com.ibm.jbatch.tck.tests.jslxml
Class JobLevelPropertiesTests
- java.lang.Object
-
- com.ibm.jbatch.tck.utils.BaseJUnit5Test
-
- com.ibm.jbatch.tck.tests.jslxml.JobLevelPropertiesTests
-
public class JobLevelPropertiesTests extends BaseJUnit5Test
-
-
Constructor Summary
Constructors Constructor Description JobLevelPropertiesTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidafterTest()static voidbeforeTest()voidtestJobLevelPropertiesCount()voidtestJobLevelPropertiesPropertyValue()voidtestJobLevelPropertiesShouldNotBeAvailableThroughStepContext()-
Methods inherited from class com.ibm.jbatch.tck.utils.BaseJUnit5Test
cleanUpReporter, setUpReporter
-
-
-
-
Method Detail
-
testJobLevelPropertiesCount
@Test public void testJobLevelPropertiesCount() throws Exception
-
testJobLevelPropertiesPropertyValue
@Test public void testJobLevelPropertiesPropertyValue() throws Exception
-
testJobLevelPropertiesShouldNotBeAvailableThroughStepContext
@Test public void testJobLevelPropertiesShouldNotBeAvailableThroughStepContext() throws Exception- Throws:
InterruptedExceptionException
-
beforeTest
@BeforeAll public static void beforeTest() throws ClassNotFoundException- Throws:
ClassNotFoundException
-
afterTest
@AfterAll public static void afterTest()
-
-