Class CDITests

    • Constructor Detail

      • CDITests

        public CDITests()
    • Method Detail

      • testCDIInject

        @ParameterizedTest
        @ValueSource(strings={"CDIDependentScopedBatchlet","dependentScopedBatchlet","com.ibm.jbatch.tck.artifacts.cdi.DependentScopedBatchlet"})
        public void testCDIInject​(String refName)
                           throws Exception
        Throws:
        Exception
      • testCDIInjectContexts

        @ParameterizedTest
        @ValueSource(strings={"CDIDependentScopedBatchletContexts","dependentScopedBatchletContexts","com.ibm.jbatch.tck.artifacts.cdi.DependentScopedBatchletContexts"})
        public void testCDIInjectContexts​(String refName)
                                   throws Exception
        Throws:
        Exception
      • testCDIInjectListenerIntoBatchlet

        @Test
        public void testCDIInjectListenerIntoBatchlet()
                                               throws Exception
        Throws:
        Exception
      • testCDIBatchProps

        @ParameterizedTest
        @ValueSource(strings={"CDIDependentScopedBatchletProps","dependentScopedBatchletProps","com.ibm.jbatch.tck.artifacts.cdi.DependentScopedBatchletProps"})
        public void testCDIBatchProps​(String refName)
                               throws Exception
        Throws:
        Exception
      • testCDIInjectRepeatProps

        @ParameterizedTest
        @ValueSource(strings={"CDIDependentScopedBatchletRepeatProps","dependentScopedBatchletRepeatProps","com.ibm.jbatch.tck.artifacts.cdi.DependentScopedBatchletRepeatProps"})
        public void testCDIInjectRepeatProps​(String refName)
                                      throws Exception
        Throws:
        Exception
      • testCDIJobOperatorInject

        @ParameterizedTest
        @ValueSource(strings={"CDIJobOperatorInjectedBatchlet","jobOperatorInjectedBatchlet","com.ibm.jbatch.tck.artifacts.cdi.JobOperatorInjectedBatchlet"})
        public void testCDIJobOperatorInject​(String refName)
                                      throws Exception
        Throws:
        Exception
      • testCDILazyInject

        @ParameterizedTest
        @ValueSource(strings={"CDIApplicationScopedBatchlet","applicationScopedBatchlet","com.ibm.jbatch.tck.artifacts.cdi.ApplicationScopedBatchlet"})
        public void testCDILazyInject​(String refName)
                               throws Exception
        Throws:
        Exception
      • testCDILookup

        @ParameterizedTest
        @ValueSource(strings="com.ibm.jbatch.tck.artifacts.cdi.NonCDIBeanBatchlet")
        public void testCDILookup​(String refName)
                           throws Exception
        Throws:
        Exception
      • afterTest

        @AfterAll
        public static void afterTest()