Package com.ibm.jbatch.tck.tests.jslxml
Class PropertySubstitutionTests
- java.lang.Object
-
- com.ibm.jbatch.tck.tests.jslxml.PropertySubstitutionTests
-
public class PropertySubstitutionTests extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertySubstitutionTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()static voidsetup(String[] args, Properties props)static voidsetUp()static voidtearDown()voidtestBatchArtifactPropertyInjection()voidtestDefaultPropertyName()voidtestGivenPropertyName()voidtestInitializedPropertyIsOverwritten()voidtestJavaSystemProperty()voidtestPropertyInnerScopePrecedence()voidtestPropertyQuestionMarkComplex()voidtestPropertyQuestionMarkSimple()voidtestPropertyWithConcatenation()voidtestPropertyWithJobParameter()
-
-
-
Method Detail
-
setup
public static void setup(String[] args, Properties props) throws Exception
- Throws:
Exception
-
testBatchArtifactPropertyInjection
public void testBatchArtifactPropertyInjection() throws Exception- Throws:
Exception
-
testInitializedPropertyIsOverwritten
public void testInitializedPropertyIsOverwritten() throws Exception- Throws:
Exception
-
testPropertyWithJobParameter
public void testPropertyWithJobParameter() throws Exception- Throws:
Exception
-
testPropertyInnerScopePrecedence
public void testPropertyInnerScopePrecedence() throws Exception- Throws:
Exception
-
testPropertyQuestionMarkSimple
public void testPropertyQuestionMarkSimple() throws Exception- Throws:
Exception
-
testPropertyQuestionMarkComplex
public void testPropertyQuestionMarkComplex() throws Exception- Throws:
Exception
-
testPropertyWithConcatenation
public void testPropertyWithConcatenation() throws Exception- Throws:
Exception
-
-