Arquillian Container Parent Weld

Weld Container integrations for the Arquillian Project

License

License

Categories

Categories

JBoss Container Application Servers Arquillian Application Testing & Monitoring
GroupId

GroupId

org.jboss.arquillian.container
ArtifactId

ArtifactId

arquillian-parent-weld
Last Version

Last Version

1.0.0.Final
Release Date

Release Date

Type

Type

pom
Description

Description

Arquillian Container Parent Weld
Weld Container integrations for the Arquillian Project
Project URL

Project URL

http://www.jboss.org/arquillian-parent-weld
Project Organization

Project Organization

JBoss by Red Hat

Download arquillian-parent-weld

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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

Versions

Version
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