Package com.ibm.jbatch.tck.tests.jslxml
Class StepLevelPropertiesTests
- java.lang.Object
-
- com.ibm.jbatch.tck.utils.BaseJUnit5Test
-
- com.ibm.jbatch.tck.tests.jslxml.StepLevelPropertiesTests
-
public class StepLevelPropertiesTests extends BaseJUnit5Test
-
-
Constructor Summary
Constructors Constructor Description StepLevelPropertiesTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidafterTest()static voidbeforeTest()voidtestStepLevelPropertiesCount()voidtestStepLevelPropertiesPropertyValue()voidtestStepLevelPropertiesShouldNotBeAvailableThroughJobContext()-
Methods inherited from class com.ibm.jbatch.tck.utils.BaseJUnit5Test
cleanUpReporter, setUpReporter
-
-
-
-
Method Detail
-
testStepLevelPropertiesCount
@Test public void testStepLevelPropertiesCount() throws Exception
-
testStepLevelPropertiesPropertyValue
@Test public void testStepLevelPropertiesPropertyValue() throws Exception
-
testStepLevelPropertiesShouldNotBeAvailableThroughJobContext
@Test public void testStepLevelPropertiesShouldNotBeAvailableThroughJobContext() throws Exception- Throws:
InterruptedExceptionException
-
beforeTest
@BeforeAll public static void beforeTest() throws ClassNotFoundException- Throws:
ClassNotFoundException
-
afterTest
@AfterAll public static void afterTest()
-
-