How can I write a unit test for CRUD using in memory database with fluent nhibernate?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You wouldn’t write a unit test (which by the standard definition does not involve external systems).
Instead you would write an integration test and I think this is what you’re looking for..
http://wiki.fluentnhibernate.org/Persistence_specification_testing