Jump to letter: [
ABEFHJMOTW
]
easymock2: Easy mock objects
- Summary
- EasyMock provides Mock Objects for interfaces in JUnit tests by generating
them on the fly using Java's proxy mechanism. Due to EasyMock's unique style
of recording expectations, most refactorings will not affect the Mock Objects.
So EasyMock is a perfect fit for Test-Driven Development.
Changelog
- * Fri Feb 24 11:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:2.0-1jpp
-
- Update to 2.0 requiring java-1.5 for JPP-5.0
- * Fri Feb 24 11:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:1.2-1jpp
-
- Update to 1.2 keeping only java 1.4 requirement
- * Fri Feb 24 11:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:1.1-3jpp
-
- drop java-1.3.1 requirement