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.

Лицензия

Лицензия

Категории

Категории

JBoss Контейнер Application Servers Сеть
Группа

Группа

de.akquinet.jbosscc
Идентификатор

Идентификатор

jbosscc-needle
Последняя версия

Последняя версия

2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://needle.spree.de
Организация-разработчик

Организация-разработчик

akquinet AG

Скачать jbosscc-needle

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.6.1
org.hibernate.javax.persistence : hibernate-jpa-2.0-api Необязательный jar 1.0.0.Final
junit : junit Необязательный jar 4.11
org.testng : testng Необязательный jar 6.1.1
org.hibernate : hibernate-entitymanager Необязательный jar 3.6.0.Final
org.easymock : easymock Необязательный jar 3.1
org.mockito : mockito-core Необязательный jar 1.9.5
javax.ejb : ejb-api Необязательный jar 3.0
javax.transaction : jta Необязательный jar 1.1
javax.inject : javax.inject Необязательный jar 1
org.jboss.spec.javax.xml.rpc : jboss-jaxrpc-api_1.1_spec Необязательный jar 1.0.0.Final

test (3)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.6.1
org.hsqldb : hsqldb jar 2.2.8
com.h2database : h2 jar 1.3.170

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.2
2.1
2.0
1.1
1.0