|
From: Colin S. <col...@ex...> - 2003-07-28 12:36:55
|
Rod Johnson wrote: >>I noticed spring is still using mockmaker 0.7 as opposed to the current >>0.9, which has the really nice Dynamock functionality... >> >>Also, there is a much newer easymock implementation, 1.0RC. >> >>I presume this is know, and there's maybe an issue with the time >>required to convert existing code? >> >> > >We're using EasyMock instead of Dynamock for dynamic mock objects. I've >looked at dynamock and am not convinced it's better than EasyMock, although >we may consider migrating in the future. > >Yes, we need to migrate versions of both Mock Objects and EasyMock, but it's >doing what we need so it's a relatively low priority. Of course if you >wanted to help, that would be most welcome! > I like the dynamic stuff they added this spring (dynamock) as opposed to the initial cut last fall. I have the bandwidth for smaller contributions to Spring; my gut feel is that upgrading the mock libraries is going to touch a bunch of code however, and by the nature of the work needs to be done in one shot since you can't runw ith both versions of the libs. I probably won't have that much free time in one sitting for a while. However I'm going to take a look and see if the changes are not that big... Regards, Colin |