资 源 简 介
End of Life Notice
As of January 2013, jeeunit has reached end of life. It has been merged into [Pax Exam 3.0.0](http://team.ops4j.org/wiki/display/PAXEXAM3/), which provides equivalent and better functionality for more test containers.
Introduction
With Java EE 6, developing Java Enterprise applications is easier than ever before.
Test-driven development is now a common practice, so writing and running integration tests for an enterprise application should not be harder than writing plain old unit tests.
Using the EJBContainer API, you can launch an embedded container, your application under test and your integration tests in the same Java virtual machine.
However, this API is rather low-level and does not provide any integrations with popular test frameworks like JUnit.
jeeunit was created to fill this gap: It encapsulates the embedded container in a custom JUnit runner,