License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.weaselflink |
ArtifactId | ArtifactIdjs2junit |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjs2junit
Perform unit-tests of Javascript inside JUnit.
|
Filename | Size |
---|---|
js2junit-1.2.pom | |
js2junit-1.2.jar | 6 KB |
js2junit-1.2-sources.jar | 4 KB |
js2junit-1.2-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.weaselflink/js2junit/ -->
<dependency>
<groupId>com.github.weaselflink</groupId>
<artifactId>js2junit</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weaselflink/js2junit/
implementation 'com.github.weaselflink:js2junit:1.2'
// https://jarcasting.com/artifacts/com.github.weaselflink/js2junit/
implementation ("com.github.weaselflink:js2junit:1.2")
'com.github.weaselflink:js2junit:jar:1.2'
<dependency org="com.github.weaselflink" name="js2junit" rev="1.2">
<artifact name="js2junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weaselflink', module='js2junit', version='1.2')
)
libraryDependencies += "com.github.weaselflink" % "js2junit" % "1.2"
[com.github.weaselflink/js2junit "1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |