how to fake the resultset?
807589Oct 27 2008 — edited Oct 27 2008Hi there,
I need to mockup the resultset object for a bunch of self-shunting tests that I'm doing.
Basically to make the test independent from the DB, I need to create a resultset object and populate it with the different possible values that I expect it to have and pass it to the business logic class and Junit it.
anybody knows how to do this?
thank you in advance,
parachuter2b