g

guice-junit-runner

A JUnit Runner allowing Guice-based testing. Each test method is running with a clean Injector instance.
https://github.com/marcolamberto/guice-junit-runner
GNU LESSER GENERAL PUBLIC LICENSE
Marco Lamberto
Files download
File Operation
guice-junit-runner-1.0.2.jar download
guice-junit-runner-1.0.2.pom download
guice-junit-runner-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.lamberto.junit</groupId>
  <artifactId>guice-junit-runner</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'net.lamberto.junit:guice-junit-runner:1.0.2'
Gradle Kotlin
implementation("net.lamberto.junit:guice-junit-runner:1.0.2")
Scala SBT
libraryDependencies += "net.lamberto.junit" % "guice-junit-runner" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='net.lamberto.junit', module='guice-junit-runner', version='1.0.2')
)
Apache Ivy
<dependency org="net.lamberto.junit" name="guice-junit-runner" rev="1.0.2" />
Leiningen
[net.lamberto.junit/guice-junit-runner "1.0.2"]
Apache Buildr
'net.lamberto.junit:guice-junit-runner:jar:1.0.2'