My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Main  
Updated Feb 4, 2010 by jo.hil...@gmail.com

Welcome to JUnitExt

Introduction

JUnitExt is an extension of JUnit 4, which adds additional annotations and runners for @Prerequisites, @Categories and many other things. Details

Details

JUnitExt provides these features:

  • @Prerequisite annotation: Ignore tests based on conditions evaluated at runtime.
  • @Category annotation: Filter and Sort tests based on a Category.
  • Runner, to be used for @RunWith?(AnnotationRunner?.class).
  • Provide the old UI based runners from JUnit 3.8.2 as prebuilt jar file.
  • Experimental work for JDK 1.4 backward compatibility.

JUnitExt is implemented in Java, based on JDK 5, annotations etc. The implementation has been done as part of an article about JUnit 4, and has been be made public to OpenSource? community.

Comment by hicksj...@gmail.com, Jul 12, 2011

Is this project available via Maven? If so, what are the parameters please?


Sign in to add a comment
Powered by Google Project Hosting