0
kicks
Wrap Unit Tests in Transactions
The key to writing good unit tests that interact with the database is making sure that the data is in a known state before and after the test. System.Transactions makes this very easy.