org.jglue.cdiunit.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdi-unit Show documentation
Show all versions of cdi-unit Show documentation
JUnit runner for testing CDI based projects.
CDI-Unit
CDI-Unit is a JUnit4 test runner that enables unit testing Java
CDI applications.
Benefits
- Fast - CDI-Unit only starts up the bare minimum when running
your unit tests. Got a large project with thousands of classes on the
classpath? No problem.
- Easy - All configuration is performed in the unit test class
using annotations. No external files, no XML.
- Contained - Your tests are run outside of a web container. No
risk of resource conflicts or environment specific behaviour.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy