This post has been imported from my previous blog. I did my best to parse XML properly, but it might have some errors.
If you find one, send a Pull Request.
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 :]