Arquillian Example TestNG

TestNG example of Arquillian Usage

License

License

Categories

Categories

JBoss Container Application Servers TestNG Unit Testing Arquillian Application Testing & Monitoring
GroupId

GroupId

org.jboss.arquillian.example
ArtifactId

ArtifactId

arquillian-example-testng
Last Version

Last Version

1.0.0.CR8
Release Date

Release Date

Type

Type

jar
Description

Description

Arquillian Example TestNG
TestNG example of Arquillian Usage
Project URL

Project URL

http://www.jboss.org/arquillian-example-testng
Project Organization

Project Organization

JBoss by Red Hat

Download arquillian-example-testng

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jboss.arquillian.testng : arquillian-testng-container jar 1.0.0.CR8
org.jboss.arquillian.example : arquillian-example-domain jar 1.0.0.CR8

provided (1)

Group / Artifact Type Version
javax.enterprise : cdi-api jar 1.0-SP1

test (5)

Group / Artifact Type Version
org.jboss.spec.javax.jms : jboss-jms-api_1.1_spec jar 1.0.0.Final
javax.annotation : jsr250-api jar 1.0
javax.mail : mail jar 1.4.1
org.testng : testng jar 5.14.6
org.jboss.shrinkwrap.descriptors : shrinkwrap-descriptors-impl jar 1.1.0-beta-1

Project Modules

There are no modules declared in this project.

Arquillian - So you can rule your code. Not the bugs.

Build Status

To read complete documentation visit https://arquillian.org/arquillian-core/

Arquillian is an innovative and highly extensible testing platform for the JVM that enables developers to easily create automated integration, functional and acceptance tests for Java middleware.

1. Arquillian makes integration testing a breeze!

Picking up where unit tests leave off, Arquillian handles all the plumbing of container management, deployment and framework initialization so you can focus on the task at hand, writing your tests. Real tests. In short…

Arquillian brings the test to the runtime so you don’t have to manage the runtime from the test (or the build). Arquillian eliminates this burden by covering all aspects of test execution, which entails:

  • Managing the lifecycle of the container (or containers)

  • Bundling the test case, dependent classes and resources into a ShrinkWrap archive (or archives)

  • Deploying the archive (or archives) to the container (or containers)

  • Enriching the test case by providing dependency injection and other declarative services

  • Executing the tests inside (or against) the container

  • Capturing the results and returning them to the test runner for reporting

To avoid introducing unnecessary complexity into the developer’s build environment, Arquillian integrates seamlessly with familiar testing frameworks (e.g., JUnit 4, TestNG 5), allowing tests to be launched using existing IDE, Ant and Maven test plugins — without any add-ons.

org.jboss.arquillian.example

An Innovative Testing Platform for the JVM

Versions

Version
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
1.0.0.Beta2
1.0.0.Beta1
1.0.0.Alpha5
1.0.0.Alpha4.SP1
1.0.0.Alpha4
1.0.0.Alpha3
1.0.0.Alpha2
1.0.0.Alpha1