Back to relational, hibernating world

Posted on August 26, 2010 · 1 min read · tagged with: #testing

Recently, I’ve been extensively using Fluent NHibernate.  As always, setting up the tests made me setup the SqlLite to cope with NHibernate. I found that FNH provides a simp le class with a mouthful name FluentNHibernate.Testing.SingleConnectionSessionSourceForSQLiteInMemoryTesting. All it does is accepting the FluentConfiguration object and providing the created session for your tests. Nice :]