Last Version

Needle 2.2

Needle is a lightweight framework for testing Java EE components outside of the container in isolation. It reduces the test setup code by analysing dependencies and automatic injection of mock objects. It will thus maximize the speed of development as well as the execution of unit tests.

License

License

Categories

Categories

JBoss Container Application Servers Net
GroupId

GroupId

de.akquinet.jbosscc
ArtifactId

ArtifactId

jbosscc-needle
Version

Version

2.2
Type

Type

jar
Description

Description

Needle
Needle is a lightweight framework for testing Java EE components outside of the container in isolation. It reduces the test setup code by analysing dependencies and automatic injection of mock objects. It will thus maximize the speed of development as well as the execution of unit tests.
Project URL

Project URL

http://needle.spree.de
Project Organization

Project Organization

akquinet AG

Download jbosscc-needle 2.2


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

Dependencies

compile (11)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1
org.hibernate.javax.persistence : hibernate-jpa-2.0-api Optional jar 1.0.0.Final
junit : junit Optional jar 4.11
org.testng : testng Optional jar 6.1.1
org.hibernate : hibernate-entitymanager Optional jar 3.6.0.Final
org.easymock : easymock Optional jar 3.1
org.mockito : mockito-core Optional jar 1.9.5
javax.ejb : ejb-api Optional jar 3.0
javax.transaction : jta Optional jar 1.1
javax.inject : javax.inject Optional jar 1
org.jboss.spec.javax.xml.rpc : jboss-jaxrpc-api_1.1_spec Optional jar 1.0.0.Final

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.6.1
org.hsqldb : hsqldb jar 2.2.8
com.h2database : h2 jar 1.3.170

Project Modules

There are no modules declared in this project.