http://qs321.pair.com?node_id=417565


in reply to Re: Automated testing of database classes
in thread Automated testing of database classes

Interesting! I wish I'd known about DBD::Mock sooner. I'm (painfully) creating bogus data and then deleting it in my existing test suites. This seems like a more elegant way of doing it.

When you mention API testing, are you implying Class::DBI? All of my classes are descended from Class::DBI - I've added no functionality to it.

Thanks!
MrCromeDome