21
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made synchronisation a policy of the Mockery instead of a decorator around the Imposteriser. This makes it easy to change the two concerns independently. More... about 15 years ago
hamcrest upgrade More... about 15 years ago
Refactoring while investigating JIRA JMOCK-202 More... about 15 years ago
Better error message from any(Class<T>) matcher in Expectations More... about 15 years ago
JMOCK-210: let test classes that extend MockObjectTestCase obtain a reference to the Mockery More... about 15 years ago
Don't want to break backward compatability More... about 15 years ago
Don't want to break backward compatability More... about 15 years ago
JMOCK-219: fail test if class contains more than one Mockery More... about 15 years ago
use Hamcrest any() instead of Expectations any(). Upgraded Hamcrest to cope with basic types More... about 15 years ago
removed unused example package More... about 15 years ago
moved examples into separate source tree More... about 15 years ago
rename More... about 15 years ago
Remove the nested UnexpectedInvocationException from Mockery, replace with inline SelfDescribing object. More... about 15 years ago
upgraded hamcrest. Improved failure reporting More... about 15 years ago
Fix Blitzer unit tests, move SingleThreadedImposteriser into internal package. More... about 15 years ago
SynchronisingImposteriser reports expectation failure if expectation is violated on a background thread while the test thread is blocked in waitUntil. More... about 15 years ago
no-arg constructor for synchronising imposter that uses default concrete imposteriser More... about 15 years ago
Renaming More... about 15 years ago
JMOCK-214: fail as fast as possible when used concurrently More... about 15 years ago
Added a version of waitUntil(state) that waits forever, or until the test itself times out. More... about 15 years ago
Implemented JMOCK-183: throw first expectation error (if one has been caught) from assertIsSatisfied More... about 15 years ago
Implemented JMOCK-183: throw first expectation error (if one has been caught) from assertIsSatisfied More... about 15 years ago
Tests for ThreadSafeImposteriser More... about 15 years ago
Fixed .classpath Tested the thread-safety of the ThreadSafeImposteriser Added Blitzer, used to test the ThreadSafeImposteriser but also a useful class in its own right. More... about 15 years ago
Implementing JMOCK-213: make jMock thread safe More... about 15 years ago
another attempt at a common Eclipse classpath More... over 15 years ago
Fixing the classpath again. If developing on the Mac, PLEASE DO NOT CHANGE THE JDK TO THE WORKSPACE DEFAULT. The default JDK is NOT 1.5 on other platforms. Instead, create a JDK configuration called "JDK 1.5". More... over 15 years ago
upgraded hamcrest from 1.2RC2 to 1.2RC3 More... over 15 years ago
ignore bin directory More... over 15 years ago
upgraded Hamcrest library to 1.2RC2 More... over 15 years ago