| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.jsunit |
| ArtifactId | ArtifactIdjsunit |
| Last Version | Last Version2.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJsUnit
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.
|
| Filename | Size |
|---|---|
| jsunit-2.1.4.pom | |
| jsunit-2.1.4.jar | 35 KB |
| jsunit-2.1.4-sources.jar | 24 KB |
| Browse |
<!-- 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"]
| 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 |