Package com.ibm.jbatch.tck.tests.jslxml
Class CDITests
- java.lang.Object
-
- com.ibm.jbatch.tck.utils.BaseJUnit5Test
-
- com.ibm.jbatch.tck.tests.jslxml.CDITests
-
public class CDITests extends BaseJUnit5Test
-
-
Constructor Summary
Constructors Constructor Description CDITests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidafterTest()static voidbeforeTest()voidtestCDIBatchProps(String refName)voidtestCDIInject(String refName)voidtestCDIInjectContexts(String refName)voidtestCDIInjectListenerIntoBatchlet()voidtestCDIInjectRepeatProps(String refName)voidtestCDIJobOperatorInject(String refName)voidtestCDILazyInject(String refName)voidtestCDILookup(String refName)-
Methods inherited from class com.ibm.jbatch.tck.utils.BaseJUnit5Test
cleanUpReporter, setUpReporter
-
-
-
-
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
-
beforeTest
@BeforeAll public static void beforeTest() throws ClassNotFoundException- Throws:
ClassNotFoundException
-
afterTest
@AfterAll public static void afterTest()
-
-