Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
mockobjects: Java MockObjects package
- Summary
- The Mock Objects project is a generic unit testing framework whose goal
is to facilitate developing unit tests in the mock object style. The
goal of this project is to provide, a core mock objects framework. This
is a library of code that supports the implementation of mock objects.
It is based around a set of expectation classes for values and
collections. There are also various other classes to make mock objects
easier to write or to use.
Changelog
- * Mon Oct 9 12:00:00 2006 Ralph Apel <r.apel at r-apel.de> 0.09-16jpp
-
- Copy j2ee-1.3 servlet mockobjects to j2ee-1.4 subpackage
and patch to servlet-2.4
- * Wed Sep 13 12:00:00 2006 Ralph Apel <r.apel at r-apel.de> 0.09-15jpp
-
- Build j2ee-1.4 mockobjects by default
- Build either j2ee-1.2 or j2ee-1.3 instead, if told to
- Add gcj_support option
- * Fri Jul 21 12:00:00 2006 Matt Wringe <mwringe at redhat.com> 0.09-14jpp
-
- Add conditional native compiling
- Remove unnecessary provides and empty %pre and %post section