Day: September 28, 2008

  • Unittesting and NHibernate: does it work?

    If you want to keep developers working on the unittest-code than it is best to have those tests run fast as is explained on Michael Feathers blog. The best way of having your tests run fast is by not having your objects that you want to test to touch the database. Because database access is…