CDI Testing API

This project provides a way to genericly run CDI containers from inside of unit tests like junit or testng.

License

License

GroupId

GroupId

org.apache.openwebbeans.test
ArtifactId

ArtifactId

cditest
Last Version

Last Version

1.2.8
Release Date

Release Date

Type

Type

jar
Description

Description

CDI Testing API
This project provides a way to genericly run CDI containers from inside of unit tests like junit or testng.
Project Organization

Project Organization

The Apache Software Foundation

Download cditest

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans.test/cditest/ -->
<dependency>
    <groupId>org.apache.openwebbeans.test</groupId>
    <artifactId>cditest</artifactId>
    <version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans.test/cditest/
implementation 'org.apache.openwebbeans.test:cditest:1.2.8'
// https://jarcasting.com/artifacts/org.apache.openwebbeans.test/cditest/
implementation ("org.apache.openwebbeans.test:cditest:1.2.8")
'org.apache.openwebbeans.test:cditest:jar:1.2.8'
<dependency org="org.apache.openwebbeans.test" name="cditest" rev="1.2.8">
  <artifact name="cditest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans.test', module='cditest', version='1.2.8')
)
libraryDependencies += "org.apache.openwebbeans.test" % "cditest" % "1.2.8"
[org.apache.openwebbeans.test/cditest "1.2.8"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.geronimo.specs : geronimo-jcdi_1.0_spec Optional jar 1.0
org.apache.geronimo.specs : geronimo-atinject_1.0_spec Optional jar 1.0
org.apache.geronimo.specs : geronimo-interceptor_1.1_spec Optional jar 1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
1.0.0-alpha-2
1.0.0-alpha-1