Jar examples for j:junit-extras
Extras for junit: CSV reader for creating parametrized junit tests, matcher and a suite selecting classes via regular expressions.
You can download jar file junit-extras 0.3 in this page.
The Apache Software License, Version 2.0
You can use the following script to add junit-extras-0.3.jar to your project.
<dependency> <groupId>com.github.davidmoten</groupId> <artifactId>junit-extras</artifactId> <version>0.3</version> </dependency>
compile group: 'com.github.davidmoten', name: 'junit-extras', version: '0.3'
libraryDependencies += "com.github.davidmoten" % "junit-extras" % "0.3"
<dependency org="com.github.davidmoten" name="junit-extras" rev="0.3"/>
@Grapes(@Grab(group='com.github.davidmoten', module='junit-extras', version='0.3'))
'com.github.davidmoten:junit-extras:jar:0.3'
Click the following link to download the jar file.
junit-extras-0.3-javadoc.jar