Jar examples for 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.
You can download jar file jwebunit 1.2 in this page.
LGPL License
You can use the following script to add jwebunit-1.2.jar to your project.
<dependency> <groupId>jwebunit</groupId> <artifactId>jwebunit</artifactId> <version>1.2</version> </dependency>
compile group: 'jwebunit', name: 'jwebunit', version: '1.2'
libraryDependencies += "jwebunit" % "jwebunit" % "1.2"
<dependency org="jwebunit" name="jwebunit" rev="1.2"/>
@Grapes(@Grab(group='jwebunit', module='jwebunit', version='1.2'))
'jwebunit:jwebunit:jar:1.2'
Click the following link to download the jar file.
jwebunit-1.2-sources.jar