Jar examples for c:common-testrunner
This package provides two test runners - one for integration testing (initialises spring, loads ebean and system properties) and one for unit testing (loads only properties)
You can download jar file common-testrunner 2.3 in this page.
You can use the following script to add common-testrunner-2.3.jar to your project.
<dependency> <groupId>nz.ac.auckland.common</groupId> <artifactId>common-testrunner</artifactId> <version>2.3</version> </dependency>
compile group: 'nz.ac.auckland.common', name: 'common-testrunner', version: '2.3'
libraryDependencies += "nz.ac.auckland.common" % "common-testrunner" % "2.3"
<dependency org="nz.ac.auckland.common" name="common-testrunner" rev="2.3"/>
@Grapes(@Grab(group='nz.ac.auckland.common', module='common-testrunner', version='2.3'))
'nz.ac.auckland.common:common-testrunner:jar:2.3'
Click the following link to download the jar file.
common-testrunner-2.3-javadoc.jar