Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6-beta-1
-
Component/s: mocks and stubs
-
Labels:None
-
Number of attachments :
Description
Groovy still depends on the outdated mockobject.com library; it should be replaced by either jMock or EasyMock; probably jMock. Feel free to comment. I first need to learn the mock APIs.
Issue Links
- is related to
-
GROOVY-1246
All-Groovy Mock support
-
Hi,
mockobjects.com is now properly broken, as an API change in junit-3.8.2 changed the visibility of a method in Assert from private to public, and mockobjects overrode that method as protected, making mockobjects impossible to compile against junit-3.8.2. For more details, see bug #1629943 at the mockobjects project:
http://sourceforge.net/tracker/index.php?func=detail&aid=1629943&group_id=18189&atid=118189
This means that anyone using the junit 3.8.2 library can't build groovy. This makes getting rid of mockobjects more important. Hopefully, this can be done soon ...
David