Arquillian Container Parent Weld

Weld Container integrations for the Arquillian Project

Лицензия

Лицензия

Категории

Категории

JBoss Контейнер Application Servers Arquillian Тестирование приложения и мониторинг
Группа

Группа

org.jboss.arquillian.container
Идентификатор

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

arquillian-parent-weld
Последняя версия

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

1.0.0.Final
Дата

Дата

Тип

Тип

pom
Описание

Описание

Arquillian Container Parent Weld
Weld Container integrations for the Arquillian Project
Ссылка на сайт

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

http://www.jboss.org/arquillian-parent-weld
Организация-разработчик

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

JBoss by Red Hat

Скачать arquillian-parent-weld

Имя Файла Размер
arquillian-parent-weld-1.0.0.Final.pom 2 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/org.jboss.arquillian.container/arquillian-parent-weld/ -->
<dependency>
    <groupId>org.jboss.arquillian.container</groupId>
    <artifactId>arquillian-parent-weld</artifactId>
    <version>1.0.0.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.arquillian.container/arquillian-parent-weld/
implementation 'org.jboss.arquillian.container:arquillian-parent-weld:1.0.0.Final'
// https://jarcasting.com/artifacts/org.jboss.arquillian.container/arquillian-parent-weld/
implementation ("org.jboss.arquillian.container:arquillian-parent-weld:1.0.0.Final")
'org.jboss.arquillian.container:arquillian-parent-weld:pom:1.0.0.Final'
<dependency org="org.jboss.arquillian.container" name="arquillian-parent-weld" rev="1.0.0.Final">
  <artifact name="arquillian-parent-weld" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.arquillian.container', module='arquillian-parent-weld', version='1.0.0.Final')
)
libraryDependencies += "org.jboss.arquillian.container" % "arquillian-parent-weld" % "1.0.0.Final"
[org.jboss.arquillian.container/arquillian-parent-weld "1.0.0.Final"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • weld-ee-embedded-1.1
  • weld-se-embedded-1
  • weld-se-embedded-1.1
master

Arquillian-container-Weld

Arquillian Weld embedded container is for basic testing where you can use Weld/CDI features. Note that this container uses flat deployment structure which means that all bean deployment archives (as well as beans xml files) are merged to one single test bean deployment archive. Mock EE services (like EjbServices and JpaInjectionServices) are not enabled by default and you can enable them by changing Weld environment value (see https://github.com/weld/api/blob/master/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Environments.java) either programmatically by passing environment parameter to TestContainer (or FlatDeployment or BeanDeploymentArchiveImpl) or you can use configuration property.

Conifguration properties

Name Description Default value

enableConversationScope

enable Conversation scope

false

environment

set Weld environment

SE

org.jboss.arquillian.container

An Innovative Testing Platform for the JVM

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

Версия
1.0.0.Final
1.0.0.CR9
1.0.0.CR8
1.0.0.CR7
1.0.0.CR6
1.0.0.CR5
1.0.0.CR4
1.0.0.CR3
1.0.0.CR2
1.0.0.CR1