2
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Jul 12, 2025 — Jul 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added test against returning values from void methods fixed VOID failures in CallWithSideEffects tests renamed tests for consistency More... over 23 years ago
added check against returning values from void methods removed duplication in overloaded expect methods tidied up some formatting More... over 23 years ago
added IS_NOT_NULL More... over 23 years ago
Added mkdirs to junit target More... over 23 years ago
Fixed errata and added more documentation to javadoc comments. More... over 23 years ago
version to 0.6 reorganised tests More... over 23 years ago
moved jdk-specific test More... over 23 years ago
added 1.4-specific dynamic class and test More... over 23 years ago
fixed interface bug More... over 23 years ago
moved test classes to a new package More... over 23 years ago
added dynamic mocks library More... over 23 years ago
added note about release 0.6 More... over 23 years ago
Fixed erroneous javadoc comments caused by overenthusiastic use of copy-and-paste. More... over 23 years ago
added version of address book servlet using JMock More... over 23 years ago
added more tests for one entry More... over 23 years ago
Reformatted Added info about latest drop More... over 23 years ago
Made ExpectedCall public so it can be referenced from outside the package. More... over 23 years ago
Removed unused imports Fixed javadoc tag More... over 23 years ago
fixed not -> IsNot (caused infinite loop) Added helpers for creating arrays of Predicates, perhaps these should be overloaded on Mock. More... over 23 years ago
added clean, jar, zip, and all targets More... over 23 years ago
changed from junit 3.8 back to junit 3.7 for compatibility More... over 23 years ago
Started ant build file More... over 23 years ago
Removed unused import More... over 23 years ago
Added facility to setup behaviour of methods with side effect. Setup methods do not have to be called. Expected methods clear the method-called flag. More... over 23 years ago
Renamed addDefaultResult to setupDefaultResult to match setupResult and setupThrow methods. Added explicit test for setupDefaultResult; it was implicitly tested before. More... over 23 years ago
Added setupResult and setupThrow methods that set up the behaviour of a method without defining expectations -- arguments are ignored. More... over 23 years ago
Removed erroneous javadoc comments More... over 23 years ago
Added IsCloseTo predicate, useful for testing real values within error range. Very original. More... over 23 years ago
Added IsCloseTo predicate, useful for testing real values within error range More... over 23 years ago
Allow overiding of j2ee.jar location More... over 23 years ago