License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.codehaus.jstestrunner |
ArtifactId | ArtifactIdjstestrunner-junit |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJS Test Runner for JUnit
Runs JavaScript headlessly and reports details of the test back through JUnit.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jstestrunner-junit-1.0.2.pom | |
jstestrunner-junit-1.0.2.jar | 27 KB |
jstestrunner-junit-1.0.2-sources.jar | 17 KB |
jstestrunner-junit-1.0.2-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.jstestrunner/jstestrunner-junit/ -->
<dependency>
<groupId>org.codehaus.jstestrunner</groupId>
<artifactId>jstestrunner-junit</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.jstestrunner/jstestrunner-junit/
implementation 'org.codehaus.jstestrunner:jstestrunner-junit:1.0.2'
// https://jarcasting.com/artifacts/org.codehaus.jstestrunner/jstestrunner-junit/
implementation ("org.codehaus.jstestrunner:jstestrunner-junit:1.0.2")
'org.codehaus.jstestrunner:jstestrunner-junit:jar:1.0.2'
<dependency org="org.codehaus.jstestrunner" name="jstestrunner-junit" rev="1.0.2">
<artifact name="jstestrunner-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.jstestrunner', module='jstestrunner-junit', version='1.0.2')
)
libraryDependencies += "org.codehaus.jstestrunner" % "jstestrunner-junit" % "1.0.2"
[org.codehaus.jstestrunner/jstestrunner-junit "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.codehaus.plexus : plexus-utils | jar | 1.5.15 |
org.eclipse.jetty : jetty-server | jar | 7.4.2.v20110526 |
org.codehaus.jackson : jackson-core-asl | jar | 1.8.2 |
javax.inject : javax.inject | jar | 1 |
javax.annotation : jsr250-api | jar | 1.0 |
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
org.slf4j : slf4j-jcl | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.5 |