-
Markatta.com
Markatta.com
Probably not the monkey you are looking for
If you came here looking for the swedish eco-food company, it is:
Kung Markatta, www.kungmarkatta.se.
(not affiliated with this site)
-
jee5unit -
Introduction
Jee5unit is a small framework on top of junit4 for testing JPA entities and EJBs out of container with regular unit tests.
Requirements
The framework will look for annotated entities in t...
-
jee5unit -
1.2.4
1.2.3
1.2.2
Support for automatic binding of test EntityManager to JNDI
1.2.1
1.2
Support for in memory Derby database
1.1
Injection of mocked caller principal (JEE5 server connection user)
1.0
...
-
jee5unit -
Test code that uses JNDI lookups
Jee5Unit contains basic functionality for testing code that uses JNDI lookups. To enable it you subclass EntityTestCase and annotate your test with the @UsesJNDI annot...
-
jee5unit -
Example of unit testing EJB
Jee5Unit makes it easy to test EJBs. Just make sure you handle any database transactions yourself since the tests are run outside any container managing the transactions.
A...
-
jee5unit -
Example of unit testing JPA entities
Jee5unit makes it easy to unit test the JPA mappings of entities and their relations, complex queries, named queries.
public class MyTest extends EntityTestCase {
...