C#: Use NUnit to test classes that use Nhibernate

Posted by Bart Van Eyndhoven on Stack Overflow See other posts from Stack Overflow or by Bart Van Eyndhoven
Published on 2010-06-02T12:12:48Z Indexed on 2010/06/02 12:23 UTC
Read the original article Hit count: 254

I have a project with a lot of classes that use Nhibernate. Now I want to use NUnit to test those classes. Are there specific things I need to consider?

© Stack Overflow or respective owner

Related posts about c#

Related posts about unit-testing