Arquillian Warp: Functional Test Base

Taking tests from Client to the Server and back

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

arquillian-warp-ftest-base
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Arquillian Warp: Functional Test Base
Taking tests from Client to the Server and back
Ссылка на сайт

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

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

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

JBoss by Red Hat

Скачать arquillian-warp-ftest-base

Имя Файла Размер
arquillian-warp-ftest-base-1.0.0.pom 21 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Arquillian Warp Build Status

To read complete documentation visit http://arquillian.org/arquillian-extension-warp/

1. What is Warp ?

Arquillian Warp fills the void between client-side and server-side testing.

Warp extension allows you to write client-side test which asserts server-side logic.

Using Warp, you can initiate a HTTP request using a client-side testing tool such as WebDriver and, in the same request cycle, execute in-container server-side tests. This powerful combination lets you cover integration across client and server.

Warp effectively removes a need for mocking and opens new possibilities for debugging.

Warp has built-in support for following frameworks:

  • Servlet API

  • JSF 2

and it also has several framework extensions:

4. Community

org.jboss.arquillian.extension

An Innovative Testing Platform for the JVM

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

Версия
1.0.0
1.0.0.Alpha8
1.0.0.Alpha7
1.0.0.Alpha6
1.0.0.Alpha5