
junitext
JUnitExt is an extension of JUnit 4, which adds additional annotations and runners for @Prerequisites, @Categories and many other things.
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.
Project Information
- License: Apache License 2.0
- 9 stars
- svn-based source control
Labels:
testing
unit
functional
Java
JUnit
XP
annotation
category
prerequisite