From: James H. <jw...@al...> - 2003-04-28 19:09:52
|
I had written some tests using the 0.07 release of the library. Recently there have been some changes to the SQL related portions of the library which help in writing database tests where a statement needs to return multiple result sets. I access the CVS repository and did a build to create a 0.08 release. When I tried to use it with my existing code I found that much of the SQL related code had changed substantially. For example, there used to be a method on MockStatement called "setExpectedExecuteCalls". This method doesn't seem to exist any more. I'm curious as to why. Is there some other mechanism which has taken its place? Was this method considered to be not very useful? Thanks. -- James Howe |