j

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.
http://jwebunit.sourceforge.net
LGPL License
SourceForge
Julien Henry Josh Lane Jevon Wright
Files download
File Operation
jwebunit-2.4.pom download
Apache Maven
<dependency>
  <groupId>net.sourceforge.jwebunit</groupId>
  <artifactId>jwebunit</artifactId>
  <version>2.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.jwebunit:jwebunit:2.4'
Gradle Kotlin
implementation("net.sourceforge.jwebunit:jwebunit:2.4")
Scala SBT
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit" % "2.4"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.jwebunit', module='jwebunit', version='2.4')
)
Apache Ivy
<dependency org="net.sourceforge.jwebunit" name="jwebunit" rev="2.4" />
Leiningen
[net.sourceforge.jwebunit/jwebunit "2.4"]
Apache Buildr
'net.sourceforge.jwebunit:jwebunit:jar:2.4'
Dependencies
The project has no third-party dependencies