All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jglue.cdiunit.package.html Maven / Gradle / Ivy

There is a newer version: 5.0.0-EA7
Show newest version


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