I have an infrastructure library which must be used from both WinForms and ASP.Net.
I would like to wrap this up in some unit tests.
Which project do I put these in?
Do I use another folder in my library project? A different solution which contains only my infrastructure project and a separate unit testing project?
Incidentally, I will be using the ReSharper test runner, if that makes any difference.
Also, this library sits on top of NHibernate, if that makes any difference either.