Monthly Archives: June 2008

Testing NHibernate Mappings

Several posts have been made lately concerning testing NHibernate Mappings. I thought I would share what I have done for the past few months. I create a test fixture for each class mapped in NHibernate. The tests in the fixture test loading, updating, saving, and deleting through NHibernate. Initially, I only tested loading, but later […]

Posted in Agile, Test-Driven Development, Testing | Tagged , , | Leave a comment