Java In-Container Unit (JICUnit) Test Framework

A JUnit based test framework for JEE in-container testing.

License

License

GroupId

GroupId

org.jicunit
ArtifactId

ArtifactId

jicunit-framework
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Java In-Container Unit (JICUnit) Test Framework
A JUnit based test framework for JEE in-container testing.
Source Code Management

Source Code Management

https://github.com/Lucas3oo/jicunit

Download jicunit-framework

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.primefaces : primefaces jar 5.0

provided (6)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
javax.xml.bind : jaxb-api jar 2.2
javax : javaee-api jar 7.0
javax.faces : jsf-api jar 2.1
org.apache.myfaces.trinidad : trinidad-api jar 2.1.0
org.apache.myfaces.trinidad : trinidad-impl jar 2.1.0

test (1)

Group / Artifact Type Version
org.eclipse.jetty : jetty-servlet jar 9.2.1.v20140609

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1