License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.testifyproject.examples |
ArtifactId | ArtifactIdexample-junit-guice-integrationtest |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionExample JUnit4 Guice Integration Test
Creates a new quickstart project to integration test Guice modules and services with Testify, JUnit4, Mockito, and AssertJ.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationSharmarke Aden |
<!-- https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-guice-integrationtest/ -->
<dependency>
<groupId>org.testifyproject.examples</groupId>
<artifactId>example-junit-guice-integrationtest</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-guice-integrationtest/
implementation 'org.testifyproject.examples:example-junit-guice-integrationtest:1.0.0'
// https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-guice-integrationtest/
implementation ("org.testifyproject.examples:example-junit-guice-integrationtest:1.0.0")
'org.testifyproject.examples:example-junit-guice-integrationtest:jar:1.0.0'
<dependency org="org.testifyproject.examples" name="example-junit-guice-integrationtest" rev="1.0.0">
<artifact name="example-junit-guice-integrationtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.examples', module='example-junit-guice-integrationtest', version='1.0.0')
)
libraryDependencies += "org.testifyproject.examples" % "example-junit-guice-integrationtest" % "1.0.0"
[org.testifyproject.examples/example-junit-guice-integrationtest "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testifyproject.junit4 : guice-integration-test | jar | |
org.testifyproject.local-resources : hsql | jar | |
org.testifyproject.virtual-resources : docker | jar | |
com.google.inject : guice | jar | 4.1.0 |
com.google.inject.extensions : guice-persist | jar | 4.1.0 |
javax.transaction : javax.transaction-api | jar | 1.2 |
javax.interceptor : javax.interceptor-api | jar | 1.2 |
org.hibernate : hibernate-core | jar | 5.1.0.Final |
org.hibernate : hibernate-entitymanager | jar | 5.1.0.Final |
org.postgresql : postgresql | jar | 9.4.1207 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.8.0 |
org.testifyproject.tools : test-logger | jar | 1.0.2 |