Easy temporary data in NHibernate integration tests
Last week working on a project I noticed that our integration tests had some messy clean-up code. Basically the tests were creating data in the database and then were responsible for cleaning up the data.........