This behavior will be supported in MbUnit v3.
Hang in there. :-)

Jeff. 

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of David Rankin
Sent: Sunday, April 27, 2008 6:42 AM
To: MbUnit.User
Subject: MbUnit Extended Rollback functionality


Hi,

I'm new to MbUnit (and to making suggestions within usergroups) so forgive
me if this post is not appropriate or is a repeat (though I hope it's not).

I started using MbUnit after playing around with the Rollback functionality,
which I think is great. What I really would love to see is RollBack
functionality at the TestFixture level. This would be so that I can use my
TestFixtureSetup to insert data into the database my DAL that is under test.
I would then use RollBack tests within my TestFixture to carry out discrete
tests on the data I have just inserted. Then once all the tests are complete
within the fixture MbUnit would roll back the initial insert of test data
that happened in the TestFixtureSetup without me having to write a custom
rollback or delete script.

Currently I have to apply my test data script inside the body of my RowTest,
which isn't ideal. Does anyone know if this sort of functionality is planned
for a future release of MbUnit?

Keep up the good work

David



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to