junit-js

An abstract class for creating javascript tests to run from JUnit

License

License

Categories

Categories

JavaScript Languages JUnit Unit Testing
GroupId

GroupId

org.onestonesoup
ArtifactId

ArtifactId

junit-js
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

junit-js
An abstract class for creating javascript tests to run from JUnit
Project URL

Project URL

https://github.com/nikcross/junit-js

Download junit-js

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.apache.commons : commons-io jar 1.3.2

test (1)

Group / Artifact Type Version
org.mozilla : rhino jar 1.7R4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1