Download expected-failure-0.0.9.jar file - Jar e

Jar examples for e:expected-failure

Description

see: http://www.ensor.cc/2012/09/allowing-junit-tests-to-pass-test-case.html

You can download jar file expected-failure 0.0.9 in this page.

License

Creative Commons By, Version 3.0

Build File

You can use the following script to add expected-failure-0.0.9.jar to your project.

<dependency>
   <groupId>com.clickconcepts.junit</groupId>
   <artifactId>expected-failure</artifactId>
   <version>0.0.9</version>
</dependency>
compile group: 'com.clickconcepts.junit', name: 'expected-failure', version: '0.0.9'
libraryDependencies += "com.clickconcepts.junit" % "expected-failure" % "0.0.9"
<dependency org="com.clickconcepts.junit" name="expected-failure" rev="0.0.9"/>
@Grapes(@Grab(group='com.clickconcepts.junit', module='expected-failure', version='0.0.9'))
'com.clickconcepts.junit:expected-failure:jar:0.0.9'

Download

Click the following link to download the jar file.

expected-failure-0.0.9-javadoc.jar
expected-failure-0.0.9-sources.jar
expected-failure-0.0.9.jar
expected-failure-0.0.9.pom



Related Tutorials