Solder Test Suite

A portable CDI extensions library for developing CDI applications, frameworks or other extensions

License

License

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.solder
ArtifactId

ArtifactId

solder-testsuite
Last Version

Last Version

3.2.0.Final
Release Date

Release Date

Type

Type

jar
Description

Description

Solder Test Suite
A portable CDI extensions library for developing CDI applications, frameworks or other extensions
Project Organization

Project Organization

Seam Framework

Download solder-testsuite

How to add to project

<!-- https://jarcasting.com/artifacts/org.jboss.solder/solder-testsuite/ -->
<dependency>
    <groupId>org.jboss.solder</groupId>
    <artifactId>solder-testsuite</artifactId>
    <version>3.2.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.solder/solder-testsuite/
implementation 'org.jboss.solder:solder-testsuite:3.2.0.Final'
// https://jarcasting.com/artifacts/org.jboss.solder/solder-testsuite/
implementation ("org.jboss.solder:solder-testsuite:3.2.0.Final")
'org.jboss.solder:solder-testsuite:jar:3.2.0.Final'
<dependency org="org.jboss.solder" name="solder-testsuite" rev="3.2.0.Final">
  <artifact name="solder-testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.solder', module='solder-testsuite', version='3.2.0.Final')
)
libraryDependencies += "org.jboss.solder" % "solder-testsuite" % "3.2.0.Final"
[org.jboss.solder/solder-testsuite "3.2.0.Final"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jboss.arquillian.junit : arquillian-junit-container jar
org.jboss.solder : solder-api jar 3.2.0.Final
org.jboss.solder : solder-impl jar 3.2.0.Final
org.jboss.solder : solder-tooling jar 3.2.0.Final

provided (1)

Group / Artifact Type Version
org.jboss.weld : weld-core jar 1.1.2.Final

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.mockito : mockito-all jar 1.8.4

Project Modules

There are no modules declared in this project.

#Seam Solder

A portable CDI extension library for applications, frameworks and other extensions based on CDI.

Seam Solder is independent of CDI implementation and fully portable between Java EE 6 and Servlet environments enhanced with CDI.

For more information, see the Seam Solder project page.

Building

mvn clean install -Pjboss-public-repository

or

mvn clean install -s settings.xml

The profile is not required if the JBoss Nexus repository is setup in your settings.xml

See the testsuite/readme.md file for information about running the testsuite in various containers.

org.jboss.solder

Seam

Versions

Version
3.2.0.Final
3.1.1.Final
3.1.0.Final
3.1.0.CR1
3.1.0.Beta3