Hi,
We encapsulate all database access calls in DAO classes. We use the
MockObjects framework to test each DAO method. Certain methods make
multiple different SQL queries (like an INSERT followed by a SELECT) inside
the method. Currently, the MockObjects only supports one
MockPreparedStatement per MockConnection. Is there an implementation where
you can get two different MockPreparedStatement from the same MockConnection
in a particular order?
If it is not available, is there an implementation planned?
Thank you,
Huy
|