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.
Is this project available via Maven? If so, what are the parameters please?