JWebUnit

JWebUnit is a Java framework that facilitates creation of acceptance tests for web applications. It evolved from a project where we were using HttpUnit and JUnit to create acceptance tests. As the tests were being written, they were continuously refactored to remove duplication and other bad smells in the test code. JWebUnit is the result of these refactorings.

Лицензия

Лицензия

LGPL License
Категории

Категории

Сеть
Группа

Группа

net.sourceforge.jwebunit
Идентификатор

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

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

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

3.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

JWebUnit
JWebUnit is a Java framework that facilitates creation of acceptance tests for web applications. It evolved from a project where we were using HttpUnit and JUnit to create acceptance tests. As the tests were being written, they were continuously refactored to remove duplication and other bad smells in the test code. JWebUnit is the result of these refactorings.
Ссылка на сайт

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

https://jwebunit.github.io/jwebunit/
Организация-разработчик

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

JWebUnit
Система контроля версий

Система контроля версий

https://github.com/JWebUnit/jwebunit

Скачать jwebunit

Имя Файла Размер
jwebunit-3.3.pom 24 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit/ -->
<dependency>
    <groupId>net.sourceforge.jwebunit</groupId>
    <artifactId>jwebunit</artifactId>
    <version>3.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit/
implementation 'net.sourceforge.jwebunit:jwebunit:3.3'
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit/
implementation ("net.sourceforge.jwebunit:jwebunit:3.3")
'net.sourceforge.jwebunit:jwebunit:pom:3.3'
<dependency org="net.sourceforge.jwebunit" name="jwebunit" rev="3.3">
  <artifact name="jwebunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jwebunit', module='jwebunit', version='3.3')
)
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit" % "3.3"
[net.sourceforge.jwebunit/jwebunit "3.3"]

Зависимости

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

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

  • jwebunit-code-generator
  • jwebunit-core
  • jwebunit-commons-tests
  • jwebunit-htmlunit-plugin
  • jwebunit-webdriver-plugin

JWebUnit

Build Status

https://jwebunit.github.io/jwebunit/

JWebUnit is a Java framework that facilitates creation of acceptance tests for web applications. It evolved from a project where we were using HttpUnit and JUnit to create acceptance tests. As the tests were being written, they were continuously refactored to remove duplication and other bad smells in the test code. JWebUnit is the result of these refactorings. We are using HtmlUnit (htmlunit.sourceforge.net).

Changes in this version are available here: https://jwebunit.github.io/jwebunit/changes-report.html

Have fun! -The JWebUnit team

net.sourceforge.jwebunit

JWebUnit

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

Версия
3.3
3.2
3.1
3.0
2.5
2.4
2.3
2.2
2.1
2.0
1.5
1.4.1
1.4
1.4-rc4
1.4-rc3
1.4-rc2
1.4-rc1
1.3
1.3-rc2