A lightweight JUnit Runner that allows testing JEE code such JPA, SLSB and JAX-RS without requiring full blown container and with Mockito mocks enabled.
'org.testfun:jee:0.9'
<dependency> <groupId>org.testfun</groupId> <artifactId>jee</artifactId> <version>0.9</version> </dependency>
<dependency org="org.testfun" name="jee" rev="0.9"/>
"org.testfun", "jee", "0.9"