Java EE Integration Test Framework (ITF)

Custom integration test framework to run tests directly into an application container.

License

License

GroupId

GroupId

io.probedock
ArtifactId

ArtifactId

jee-itf
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java EE Integration Test Framework (ITF)
Custom integration test framework to run tests directly into an application container.

Download jee-itf

How to add to project

<!-- https://jarcasting.com/artifacts/io.probedock/jee-itf/ -->
<dependency>
    <groupId>io.probedock</groupId>
    <artifactId>jee-itf</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.probedock/jee-itf/
implementation 'io.probedock:jee-itf:1.0.0'
// https://jarcasting.com/artifacts/io.probedock/jee-itf/
implementation ("io.probedock:jee-itf:1.0.0")
'io.probedock:jee-itf:jar:1.0.0'
<dependency org="io.probedock" name="jee-itf" rev="1.0.0">
  <artifact name="jee-itf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.probedock', module='jee-itf', version='1.0.0')
)
libraryDependencies += "io.probedock" % "jee-itf" % "1.0.0"
[io.probedock/jee-itf "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
javaee : javaee-api jar 5
commons-logging : commons-logging jar 1.1.1

provided (3)

Group / Artifact Type Version
com.sun.jersey : jersey-core jar 1.17
org.codehaus.jackson : jackson-core-asl jar 1.9.11
org.codehaus.jackson : jackson-mapper-asl jar 1.9.11

test (8)

Group / Artifact Type Version
io.probedock.client : probedock-junit jar 0.2.1
io.probedock.rt.client : probedock-rt-junit jar 0.1.0
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
org.powermock : powermock-module-junit4 jar 1.5
org.powermock : powermock-api-mockito jar 1.5
log4j : log4j jar 1.2.17
org.apache.openejb : javaee-api jar 5.0-3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0