License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Net GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdnet.lamberto.junit |
ArtifactId | ArtifactIdguice-junit-runner |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionGuice JUnit Runner
A JUnit Runner allowing Guice-based testing. 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/guice-junit-runner/ -->
<dependency>
<groupId>net.lamberto.junit</groupId>
<artifactId>guice-junit-runner</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.lamberto.junit/guice-junit-runner/
implementation 'net.lamberto.junit:guice-junit-runner:1.0.2'
// https://jarcasting.com/artifacts/net.lamberto.junit/guice-junit-runner/
implementation ("net.lamberto.junit:guice-junit-runner:1.0.2")
'net.lamberto.junit:guice-junit-runner:jar:1.0.2'
<dependency org="net.lamberto.junit" name="guice-junit-runner" rev="1.0.2">
<artifact name="guice-junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lamberto.junit', module='guice-junit-runner', version='1.0.2')
)
libraryDependencies += "net.lamberto.junit" % "guice-junit-runner" % "1.0.2"
[net.lamberto.junit/guice-junit-runner "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |
com.google.guava : guava | jar | 23.0 |
com.google.inject : guice | jar | 4.1.0 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
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 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |