21
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jun 30, 2024 — Jun 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed issue JMOCK-124. Can now use jMock in Eclipse Plug-in JUnit Tests as well as normal JUnit tests. More... almost 17 years ago
[maven-release-plugin] prepare for next development iteration More... almost 17 years ago
[maven-release-plugin] prepare release jmock-2.5.0-RC1 More... almost 17 years ago
Added support for jmock-script. More... almost 17 years ago
Updated groovy maven plugin and jmock2 versions. More... almost 17 years ago
Added .settings to svn:ignore. More... almost 17 years ago
JavaDoc and refactoring More... about 17 years ago
Made the Mockery modeless. This fixes issue JMOCK-184. It also made it easy to fix issue JMOCK-190: report when the user tries to define an expectation on a method declared in the Object class. More... about 17 years ago
Removed modal behaviour of the Mockery. This should make it easier to implement some of the features remaining unimplemented in JIRA More... about 17 years ago
Rolled back change to generate better error messages when test tries to create nested expectations (see JMOCK-183) Correctly assert mocks are satisfied when JUnit 4 test throws an expected exception (fix for JMOCK-156) More... about 17 years ago
JMOCK-184. Better error message if defining expectation when in the middle of defining an expectation. More... about 17 years ago
Implemented all async behaviour of the SchedulerService apart from shutdown and termination More... about 17 years ago
Supports getting result of scheduled future, and throws UnsupportedSynchronousOperationException if result not computed yet More... about 17 years ago
Implemented scheduling of Callables and returning results via futures More... about 17 years ago
sf. Reworked VerifyingTestCase to match new implementation of jUnit3. If failing test throws tearDown exception, throw the test exception first. More... about 17 years ago
Javadocs More... about 17 years ago
Collapsed inner classes into one More... about 17 years ago
Can cancel tasks scheduled in the SynchronousScheduler More... about 17 years ago
Test verifying that you can do with(any(...)) with primitive types, as asked on the mailing list More... about 17 years ago
Fix for JMOCK-176: improved error message when values and matchers are used in the same expectation More... over 17 years ago
Factored simpler SynchronousExecutor base class out of the SynchronousScheduledExecutor Renamed SynchronousScheduledExecutor to SynchronousScheduler More... over 17 years ago
Addressing issue JMOCK-173: deprecating uses of InstanceOf matcher More... over 17 years ago
Package script action into its own JAR More... over 17 years ago
Implementation of issue JMOCK-171: better API for explicitly changing states during test execution More... over 17 years ago
Better error handler More... over 17 years ago
Make Simple Jester run in Team City More... over 17 years ago
Added action to define a callback to object under test with the Beanshell scripting language More... over 17 years ago
Added action to define a callback to object under test with the Beanshell scripting language More... over 17 years ago
Fixed javadoc errors More... over 17 years ago
Better error messages More... over 17 years ago