From: Steve F. <st...@m3...> - 2005-05-27 07:03:54
|
As a first step, you should consider moving to jmock, www.jmock,org, which is where we've been for a couple of weeks. Can you send an example of one of your SQL tests? S. On 27 May 2005, at 02:20, Dmitri Colebatch wrote: > hey dev list, > > I've been using mockobjects on and off where I've been able to wrestle > enough control over what I'm working on, and generally have been > pretty happy with the project. However I'm finding that I'm starting > to need to extend things and would like to get a bit of a picture on > what's going on. I notice that there are several patches outstanding, > and that the last release was in 2003, is anyone actively working on > mockobjects (I assume not)? Is there anyone who will apply patches if > I submit them, or should I just keep my own copy of the build? > > At the moment I'm working with the SQL package, and am finding that I > need to add more checks regarding SQL statements executed. To do this > I want to increment the actual count when > PreparedStatement.executeQuery is called, but I cant do that at > present because there's no way (that I can see) of finding the current > count in ExpectationValue. To get around this I've made my own copy > of ExpecationValue and added a getActual method and would like to > submit this (and a few other changes) back to the project. Anyone here > have any thoughts on it? > > cheers > dim > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit > http://developer.yahoo.net/? > fr_______________________________________________ > Mockobjects-java-dev mailing list > Moc...@li... > https://lists.sourceforge.net/lists/listinfo/mockobjects-java-dev > > |