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.8'
<dependency> <groupId>org.testfun</groupId> <artifactId>jee</artifactId> <version>0.8</version> </dependency>
<dependency org="org.testfun" name="jee" rev="0.8"/>
"org.testfun", "jee", "0.8"