Friday, September 30, 2005 - Posts

Testing Private and Protected Methods in .NET

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

with 1 Comments