JsUnit

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.jsunit
ArtifactId

ArtifactId

jsunit
Last Version

Last Version

2.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

JsUnit
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.

Download jsunit

How to add to project

<!-- https://jarcasting.com/artifacts/net.jsunit/jsunit/ -->
<dependency>
    <groupId>net.jsunit</groupId>
    <artifactId>jsunit</artifactId>
    <version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.jsunit/jsunit/
implementation 'net.jsunit:jsunit:2.1.4'
// https://jarcasting.com/artifacts/net.jsunit/jsunit/
implementation ("net.jsunit:jsunit:2.1.4")
'net.jsunit:jsunit:jar:2.1.4'
<dependency org="net.jsunit" name="jsunit" rev="2.1.4">
  <artifact name="jsunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jsunit', module='jsunit', version='2.1.4')
)
libraryDependencies += "net.jsunit" % "jsunit" % "2.1.4"
[net.jsunit/jsunit "2.1.4"]

Dependencies

compile (6)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.3
jdom : jdom jar b9
junit : junit jar 3.8.1
xerces : xerces jar 2.0.1
jetty : jetty jar 4.2.27
jetty : start jar 4.2.27

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.4