[Webtest] DBUnit integrated to Canoo?
David Eric Pugh
webtest@lists.canoo.com
Fri, 5 Apr 2002 10:19:49 -0500
Has anyone integrated DBUnit into Canoo/httpUnit?
I am testing a very database intensive app, and I want to after each
<testSpec> to reset my database to a known state. That way I can validate
that all my forign keys and other database related setting work, and that
they don't change under me!
I think I need to create my own version of testSpec like testSpecDB that has
as part of the setup and teardown resetting the database.
Eric