Joined: Wed Oct 29, 2008 11:02 am Posts: 1 Location: Poland
|
Hi
Im unit testing one of my service classes and because of nature of unit tests I have to mock all of its collaborators.
One of collaborators is dao object with method returning ScrollableResults. I want to stub this dao method to always return expected value.
I found that all implementations of ScrollableResults interface works with JDBC API (ResultSet etc) so they are hard to stub.
Im wondering if there is some easy way to stub and extend some ScrollableResults implementation or I have to write it on my own ?
It looks strange for me if there was no need for such class before, but Im not experienced Hibernate user and I might miss something.
Regards
Daniel Lipski
|
|