License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Net GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdnet.lamberto.junit.jpa |
ArtifactId | ArtifactIdguice-jpa-junit-runner |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionGuice JPA JUnit Runner
A JUnit Runner allowing Guice-based testing with JPA Hibernate4-based. Each test method is running with a clean Injector instance.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.lamberto.junit.jpa/guice-jpa-junit-runner/ -->
<dependency>
<groupId>net.lamberto.junit.jpa</groupId>
<artifactId>guice-jpa-junit-runner</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.lamberto.junit.jpa/guice-jpa-junit-runner/
implementation 'net.lamberto.junit.jpa:guice-jpa-junit-runner:1.0.1'
// https://jarcasting.com/artifacts/net.lamberto.junit.jpa/guice-jpa-junit-runner/
implementation ("net.lamberto.junit.jpa:guice-jpa-junit-runner:1.0.1")
'net.lamberto.junit.jpa:guice-jpa-junit-runner:jar:1.0.1'
<dependency org="net.lamberto.junit.jpa" name="guice-jpa-junit-runner" rev="1.0.1">
<artifact name="guice-jpa-junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lamberto.junit.jpa', module='guice-jpa-junit-runner', version='1.0.1')
)
libraryDependencies += "net.lamberto.junit.jpa" % "guice-jpa-junit-runner" % "1.0.1"
[net.lamberto.junit.jpa/guice-jpa-junit-runner "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
net.lamberto.junit : guice-junit-runner | jar | 1.0.2 |
org.reflections : reflections | jar | 0.9.10 |
org.glassfish.web : el-impl | jar | 2.2 |
org.hsqldb : hsqldb | jar | 2.3.3 |
org.projectlombok : lombok | jar | 1.16.18 |
com.google.guava : guava | jar | 23.0 |
com.google.inject : guice | jar | 4.1.0 |
com.google.inject.extensions : guice-persist | jar | 4.1.0 |
org.slf4j : slf4j-api | jar | 1.7.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |
ch.qos.logback : logback-core | jar | 1.1.3 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib-nodep | jar | 3.1 |
org.hibernate : hibernate-core | jar | 5.2.10.Final |
org.hibernate : hibernate-entitymanager | jar | 5.2.10.Final |
org.hibernate : hibernate-c3p0 | jar | 5.2.10.Final |
org.hibernate : hibernate-validator | jar | 5.4.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |