Last Version

Example JUnit4 HK2 Integration Test 1.0.0

Creates a new quickstart project to integration test HK2 modules and services with Testify, JUnit4, Mockito, and AssertJ.

License

License

Categories

Categories

JUnit Unit Testing HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

org.testifyproject.examples
ArtifactId

ArtifactId

example-junit-hk2-integrationtest
Version

Version

1.0.0
Type

Type

jar
Description

Description

Example JUnit4 HK2 Integration Test
Creates a new quickstart project to integration test HK2 modules and services with Testify, JUnit4, Mockito, and AssertJ.
Project URL

Project URL

https://github.com/testify-project/examples/tree/master/junit4/example-junit-hk2-integrationtest
Project Organization

Project Organization

Sharmarke Aden

Download example-junit-hk2-integrationtest 1.0.0


<!-- https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-hk2-integrationtest/ -->
<dependency>
    <groupId>org.testifyproject.examples</groupId>
    <artifactId>example-junit-hk2-integrationtest</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-hk2-integrationtest/
implementation 'org.testifyproject.examples:example-junit-hk2-integrationtest:1.0.0'
// https://jarcasting.com/artifacts/org.testifyproject.examples/example-junit-hk2-integrationtest/
implementation ("org.testifyproject.examples:example-junit-hk2-integrationtest:1.0.0")
'org.testifyproject.examples:example-junit-hk2-integrationtest:jar:1.0.0'
<dependency org="org.testifyproject.examples" name="example-junit-hk2-integrationtest" rev="1.0.0">
  <artifact name="example-junit-hk2-integrationtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.examples', module='example-junit-hk2-integrationtest', version='1.0.0')
)
libraryDependencies += "org.testifyproject.examples" % "example-junit-hk2-integrationtest" % "1.0.0"
[org.testifyproject.examples/example-junit-hk2-integrationtest "1.0.0"]

Dependencies

compile (11)

Group / Artifact Type Version
org.testifyproject.junit4 : hk2-integration-test jar
org.testifyproject.local-resources : hsql jar
org.testifyproject.virtual-resources : docker jar
org.glassfish.hk2 : hk2-locator jar 2.5.0-b42
org.glassfish.hk2 : hk2-extras jar 2.5.0-b42
org.glassfish.hk2 : hk2-metadata-generator jar 2.5.0-b42
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

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18

test (2)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.8.0
org.testifyproject.tools : test-logger jar 1.0.2

Project Modules

There are no modules declared in this project.