In NHibernate, there is a method doing something like ThisOrThat.VeryfyMappings()
(I don't know the exact definition of it since it was a while ago I last tried NHibernate...)
I recall seeing a blog post somewhere where the author showed how to do some similar testing in Entity Framework 4, but now I cant find it. So, how do I test my EF4 Code-Only mappings?