How do you Setup your Unit Test Project(s) in .Net?
Can you share the way you setup your unit test projects within your .net solutions? I can imagine several possible methodologies. For example: Having a separate solution for unit tests, perfectly mirroring the structure of the original code solution being tested. Inside the original code solution, have a solution folder in which you're perfectly mirroring... Have a unit test project for each code project and residing alongside it inside the solution's tree structure. Have a unit test project covering several code projects residing alongside them in the tree structure. Would love to hear how