I have an infrastructure library that should be used from both WinForms and ASP.Net.
I would like to wrap this in some unit tests.
In which project do I put them?
Am I using a different folder in my library project? Another solution that contains only my infrastructure project and a separate module testing project?
By the way, I will use the ReSharper test runner, if that matters.
In addition, this library is on top of NHibernate, if that matters.
source
share