Arquillian TestRunner TestNG 7 Core

TestNG 7 Implementations for the Arquillian Project

License

License

Categories

Categories

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

GroupId

org.jboss.arquillian.testng
ArtifactId

ArtifactId

arquillian-testng7-core
Last Version

Last Version

1.7.0.Alpha2
Release Date

Release Date

Type

Type

jar
Description

Description

Arquillian TestRunner TestNG 7 Core
TestNG 7 Implementations for the Arquillian Project
Project Organization

Project Organization

JBoss by Red Hat

Download arquillian-testng7-core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jboss.arquillian.test : arquillian-test-spi jar 1.7.0.Alpha2

provided (1)

Group / Artifact Type Version
org.testng : testng jar 7.1.0

test (3)

Group / Artifact Type Version
org.jboss.arquillian.core : arquillian-core-impl-base jar 1.7.0.Alpha2
org.jboss.arquillian.test : arquillian-test-impl-base jar 1.7.0.Alpha2
org.mockito : mockito-all jar 1.10.19

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.testng

An Innovative Testing Platform for the JVM

Versions

Version
1.7.0.Alpha2
1.7.0.Alpha1