Package com.ibm.jbatch.tck.tests.jslxml
Class PropertySubstitutionTests
- java.lang.Object
-
- com.ibm.jbatch.tck.utils.BaseJUnit5Test
-
- com.ibm.jbatch.tck.tests.jslxml.PropertySubstitutionTests
-
public class PropertySubstitutionTests extends BaseJUnit5Test
-
-
Constructor Summary
Constructors Constructor Description PropertySubstitutionTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanUp()voidsetUp()voidtestBatchArtifactPropertyInjection()voidtestCDIBatchPropsNonString(String refName)voidtestDefaultPropertyName()voidtestGivenPropertyName()voidtestInitializedPropertyIsOverwritten()voidtestJavaSystemProperty()voidtestPropertyInnerScopePrecedence()voidtestPropertyQuestionMarkComplex()voidtestPropertyQuestionMarkSimple()voidtestPropertyWithConcatenation()voidtestPropertyWithJobParameter()-
Methods inherited from class com.ibm.jbatch.tck.utils.BaseJUnit5Test
cleanUpReporter, setUpReporter
-
-
-
-
Method Detail
-
testBatchArtifactPropertyInjection
@Test public void testBatchArtifactPropertyInjection() throws Exception- Throws:
Exception
-
testInitializedPropertyIsOverwritten
@Test public void testInitializedPropertyIsOverwritten() throws Exception- Throws:
Exception
-
testPropertyWithJobParameter
@Test public void testPropertyWithJobParameter() throws Exception- Throws:
Exception
-
testDefaultPropertyName
@Test public void testDefaultPropertyName() throws Exception- Throws:
Exception
-
testPropertyInnerScopePrecedence
@Test public void testPropertyInnerScopePrecedence() throws Exception- Throws:
Exception
-
testPropertyQuestionMarkSimple
@Test public void testPropertyQuestionMarkSimple() throws Exception- Throws:
Exception
-
testPropertyQuestionMarkComplex
@Test public void testPropertyQuestionMarkComplex() throws Exception- Throws:
Exception
-
testPropertyWithConcatenation
@Test public void testPropertyWithConcatenation() throws Exception- Throws:
Exception
-
testJavaSystemProperty
@Test public void testJavaSystemProperty() throws Exception- Throws:
Exception
-
testCDIBatchPropsNonString
@ParameterizedTest @ValueSource(strings={"CDIDependentScopedBatchletPropsNonString","dependentScopedBatchletPropsNonString","com.ibm.jbatch.tck.artifacts.cdi.DependentScopedBatchletPropsNonString"}) public void testCDIBatchPropsNonString(String refName) throws Exception- Throws:
Exception
-
-