A programmer-oriented testing framework for Java.
Forked from KentBeck/junit Sat Jun 20 01:57:02 -0700 2009
Last updated Mon Dec 14 12:44:55 -0800 2009
Typesafe, functional programming in Java
Last updated Fri May 22 15:45:34 -0700 2009
Global rules
13 commits »
Merge branch 'master' of git://github.com/KentBeck/junit
Added release notes
Clarify that annotating suite has no effect
Fix documentation reference to CategoryType
Annotations on classes are merged with method annotations for categories
Make release notes compilable, add announce list to building task list, fix generics issues.
Final cleanup of Categories and release notes for 4.8
Any class can be a category. Added Category exclusion.
update docs
Our own cleanup
Merge branch 'threadingissues' of git://github.com/krosenvold/junit into issue16
JUnit 4.8b3 implements Categories. See doc/ReleaseNotes4.8.txt for
Readed concurrency patch because I had messed up
Removed unnecessary code
18 commits »
Merged
Added sketch for documentation Rules
Fixed assertNull issue
Deleting old names for things
javadoc'ed, and with better names
Multiple categories on tests, category inheritance, production classes in production package.
Merge branch 'master' of git@github.com:dsaff/junit
This looks like a usable Category API
merged
Removed unused import
Merge branch 'master' of git@github.com:KentBeck/junit
Signed-off-by: KentBeck <kent@threeriversinstitute.org>
Fix @SuiteClasses example in javadoc
Fixes sourceForge bug:
checkpoint
Here's what categories would look like
4.7 final
Declare rules on Suites, allow Propagation