Contents

TDD using SqlCE and NHibernate

Contents

This article demonstrates how to use SQL Compact Edition to perform database unit testing of your Repository/DAO classes. More often than not, I cringe at the thought of performing database testing against the development database. It would be much easier and logical to perform database tests against a disposable datasource. This is where In-Memory and Embedded databases come into play.

Fonte:

http://www.codeproject.com/useritems/TDD_and_SqlCE.asp