I know there is no right or wrong answer to this but it would be VERY helpful to see how others have structured their test projects? Especially for multi assembly solutions and managing different test phases, unit, integration, system?
And ontop of it all it would be helpful to see what structure fits nicely for running test builds on a Continuous Integration Server (TeamCity)?
Initially I am starting out with:
Test (Namespace)
--Unit (Folder)
----ClassATests
----ClassBTests
--Integration (Folder)
----ClassA+BTests
----DBTests