A junit extension which helps writing test cases involving GlassFish/Maven/JUnit/PAX-EXAM easier

This is a small junit extension developed in FighterFish project to make the task of writing test cases using maven/glassfish/junit much easier. It in turn leverages pax-exam test framework.

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.fighterfish
ArtifactId

ArtifactId

test.util
Last Version

Last Version

1.1.7
Release Date

Release Date

Type

Type

jar
Description

Description

A junit extension which helps writing test cases involving GlassFish/Maven/JUnit/PAX-EXAM easier
This is a small junit extension developed in FighterFish project to make the task of writing test cases using maven/glassfish/junit much easier. It in turn leverages pax-exam test framework.

Download test.util

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
org.glassfish : simple-glassfish-api jar 3.1.1
junit : junit jar 4.8.1
org.osgi : org.osgi.core jar 4.2.0
org.osgi : org.osgi.compendium jar 4.2.0
org.ops4j.pax.exam : pax-exam jar 2.3.0
org.ops4j.pax.exam : pax-exam-junit4 jar 2.3.0
org.ops4j.pax.exam : pax-exam-container-native jar 2.3.0
org.ops4j.pax.exam : pax-exam-link-assembly jar 2.3.0
org.ops4j.pax.url : pax-url-aether jar 1.3.3
org.slf4j : slf4j-jdk14 jar 1.6.1
org.apache.httpcomponents : httpclient-osgi jar 4.2.4

provided (1)

Group / Artifact Type Version
javax : javaee-web-api Optional jar 6.0

test (2)

Group / Artifact Type Version
org.glassfish.fighterfish : sample.uas.api jar 1.0.0
org.glassfish.fighterfish : sample.uas.simplewab war 1.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.1
1.0.0