From: Dmitri C. <col...@gm...> - 2005-05-27 01:20:12
|
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 |