IntegrationTests for NHibernate.MappingException: No persister for:

Posted by stacker on Stack Overflow See other posts from Stack Overflow or by stacker
Published on 2010-05-18T21:56:22Z Indexed on 2010/05/18 22:00 UTC
Read the original article Hit count: 141

If I forgot to add mappings to a persister object, NHibernate will throw an exception when I'll run the application.

I want to write an integration tests, that test that all mappings are provided to NHibernate.

© Stack Overflow or respective owner

Related posts about integration-testing

Related posts about nhibernate