How to extend NUnit to support transaction rollback?
Thursday, October 30th, 2008The code for this article you can download here.
I create some unit tests which should test functionality connected with databases. I know that there are a lot of posts about not to test against database but from my experience I think it is better than using Mocks instead of. What I want is to have [...]