From: Jeff M. <je...@mk...> - 2003-02-25 17:49:01
|
The mock objects project is still active. It has slowed down a bit, but this is largely due to most of the common mocks having been implemented. My approach has been to only implement those parts of the mocks that are being used by someone, as otherwise we're starting to guess how they are used rather than implementing what is actually required. There's probably quite a bit of work which could be done retrofitting the ReturnValue class into things, but that's waiting 'til I get really bored. If there are any methods you need just grab the source from CVS add the methods to that and then send me a patch file and we'll apply it. Remy Amouroux wrote: >I tried to use mockobjects classes and it was quite useful. >The problem is that I came to some unimplemented methods in >some classes (HttpServlet). > >I need to know if you decided to stop working on the project >because there are other mock objects packages available >(which ones ?) or simply because you did not have the time to. >In the latter case, I would want to become member of the >project as a developper to start developping the methods I'm >missing. > >regards > >Remy Amouroux > > |