It would be a fairly straightforward exercise to build one that mimicked the StandardDaoManager class, and exposed the dao maps so you could replace them.
What is it that you are trying to accomplish? There may be an easier way...
Larry
On 7/26/05, Akins, Greg <[EMAIL PROTECTED]> wrote:
Has anyone written a mock object that implements DaoManager for testing?
I started by writing a specific MockDao that returns a specific Dao
implementation; but wanted something that would use the dao.xml. Just
wondering if it's been done already.
-greg
