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 void
cleanup()
static void
setup(String[] args, Properties props)
static void
setUp()
static void
tearDown()
void
testBatchArtifactPropertyInjection()
void
testDefaultPropertyName()
void
testGivenPropertyName()
void
testInitializedPropertyIsOverwritten()
void
testJavaSystemProperty()
void
testPropertyInnerScopePrecedence()
void
testPropertyQuestionMarkComplex()
void
testPropertyQuestionMarkSimple()
void
testPropertyWithConcatenation()
void
testPropertyWithJobParameter()
-
-
-
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
-
-