Last Version

Guice Test Helper 0.2.0

Library containing convenience classes to simplify unit testing of Guice injectors and modules.

License

License

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.firststraw
ArtifactId

ArtifactId

guice-test-helper
Version

Version

0.2.0
Type

Type

jar
Description

Description

Guice Test Helper
Library containing convenience classes to simplify unit testing of Guice injectors and modules.
Project URL

Project URL

https://github.com/firstStraw/guice-test-helper
Source Code Management

Source Code Management

https://github.com/firstStraw/guice-test-helper

Download guice-test-helper 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/ -->
<dependency>
    <groupId>com.github.firststraw</groupId>
    <artifactId>guice-test-helper</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/
implementation 'com.github.firststraw:guice-test-helper:0.2.0'
// https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/
implementation ("com.github.firststraw:guice-test-helper:0.2.0")
'com.github.firststraw:guice-test-helper:jar:0.2.0'
<dependency org="com.github.firststraw" name="guice-test-helper" rev="0.2.0">
  <artifact name="guice-test-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.firststraw', module='guice-test-helper', version='0.2.0')
)
libraryDependencies += "com.github.firststraw" % "guice-test-helper" % "0.2.0"
[com.github.firststraw/guice-test-helper "0.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2
com.google.inject : guice jar 4.2.3
org.apache.commons : commons-lang3 jar 3.10

test (3)

Group / Artifact Type Version
junit : junit jar 4.13
nl.jqno.equalsverifier : equalsverifier jar 3.3
org.mockito : mockito-core jar 3.3.3

Project Modules

There are no modules declared in this project.