With Test Driven Development a question that is often raised is where should your unit tests live. Should Unit Tests be located in a separate assembly (project) or in the same project as the code being tested? There is really two sides on this topic.
Read More