Download jsunit-2.1.4.jar file - Jar j

Jar examples for j:jsunit

Description

JsUnit is a Unit Testing framework for client-side (in-browser) JavaScript. It is essentially a port of JUnit to JavaScript. Also included is a platform for automating the execution of tests on multiple browsers and mutiple machines running different OSs. Its development began in January 2001.

You can download jar file jsunit 2.1.4 in this page.

License

Mozilla Public License 1.1

Build File

You can use the following script to add jsunit-2.1.4.jar to your project.

<dependency>
   <groupId>net.jsunit</groupId>
   <artifactId>jsunit</artifactId>
   <version>2.1.4</version>
</dependency>
compile group: 'net.jsunit', name: 'jsunit', version: '2.1.4'
libraryDependencies += "net.jsunit" % "jsunit" % "2.1.4"
<dependency org="net.jsunit" name="jsunit" rev="2.1.4"/>
@Grapes(@Grab(group='net.jsunit', module='jsunit', version='2.1.4'))
'net.jsunit:jsunit:jar:2.1.4'

Download

Click the following link to download the jar file.

jsunit-2.1.4.jar
jsunit-2.1.4.pom
jsunit-2.1.4-sources.jar



Related Tutorials