Download junit-browser-runner-1.0.jar file - Jar j

Jar examples for j:junit-browser-runner

Description

JUnit extension that provides a runner to be used with @RunWith annotation that executes DukeScript tests in a browser.

You can download jar file junit-browser-runner 1.0 in this page.

License

Eclipse Public License 1.0

Build File

You can use the following script to add junit-browser-runner-1.0.jar to your project.

<dependency>
   <groupId>com.dukescript.api</groupId>
   <artifactId>junit-browser-runner</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.dukescript.api', name: 'junit-browser-runner', version: '1.0'
libraryDependencies += "com.dukescript.api" % "junit-browser-runner" % "1.0"
<dependency org="com.dukescript.api" name="junit-browser-runner" rev="1.0"/>
@Grapes(@Grab(group='com.dukescript.api', module='junit-browser-runner', version='1.0'))
'com.dukescript.api:junit-browser-runner:jar:1.0'

Download

Click the following link to download the jar file.

junit-browser-runner-1.0-bck2brwsr.jar
junit-browser-runner-1.0.jar
junit-browser-runner-1.0.pom



Related Tutorials