Arquillian Example TestNG

TestNG example of Arquillian Usage

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

arquillian-example-testng
Последняя версия

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

1.0.0.CR8
Дата

Дата

Тип

Тип

jar
Описание

Описание

Arquillian Example TestNG
TestNG example of Arquillian Usage
Ссылка на сайт

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

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

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

JBoss by Red Hat

Скачать arquillian-example-testng

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
javax.enterprise : cdi-api jar 1.0-SP1

test (5)

Идентификатор библиотеки Тип Версия
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

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

Данный проект не имеет модулей.

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

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

Версия
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