License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Net |
GroupId | GroupIdde.akquinet.jbosscc |
ArtifactId | ArtifactIdjbosscc-needle |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeedle
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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jbosscc-needle-2.2.pom | |
jbosscc-needle-2.2.jar | 75 KB |
jbosscc-needle-2.2-sources.jar | 41 KB |
jbosscc-needle-2.2-javadoc.jar | 264 KB |
Browse |
<!-- 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"]
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 |
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 |