j

jee

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.
https://github.com/michaelyaakoby/testfun
The Apache Software License, Version 2.0
Michael Yakobi
文件下载
文件名 操作
jee-1.0.jar 下载
jee-1.0.pom 下载
jee-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.testfun</groupId>
  <artifactId>jee</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.testfun:jee:1.0'
Gradle Kotlin
implementation("org.testfun:jee:1.0")
Scala SBT
libraryDependencies += "org.testfun" % "jee" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.testfun', module='jee', version='1.0')
)
Apache Ivy
<dependency org="org.testfun" name="jee" rev="1.0" />
Leiningen
[org.testfun/jee "1.0"]
Apache Buildr
'org.testfun:jee:jar:1.0'