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