Last Version

JWebUnit 3.3

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.

License

License

LGPL License
Categories

Categories

Net
GroupId

GroupId

net.sourceforge.jwebunit
ArtifactId

ArtifactId

jwebunit
Version

Version

3.3
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://jwebunit.github.io/jwebunit/
Project Organization

Project Organization

JWebUnit
Source Code Management

Source Code Management

https://github.com/JWebUnit/jwebunit

Download jwebunit 3.3

Filename Size
jwebunit-3.3.pom 23 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

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