Hi!
I read the Book NHibernate in Action and there it is speaking about testing the persistence layer/data abstraction layer. You can test two ways. The mapping-test and the persistence logic-test. Accoring to the book testing the mapping means that entities are correctly loaded and saved.
But what's about update's and delete's?
By now I use Fluent NHibernate and this is also only testing for loading and saving.
How do I test a persistence layer correctly?