Class PropertySubstitutionTests

    • Constructor Detail

      • PropertySubstitutionTests

        public PropertySubstitutionTests()
    • 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
      • testGivenPropertyName

        @Test
        public void testGivenPropertyName()
                                   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