Unit Test Organization

Posted by cam on Stack Overflow See other posts from Stack Overflow or by cam
Published on 2010-03-28T21:49:03Z Indexed on 2010/03/28 21:53 UTC
Read the original article Hit count: 216

Filed under:
|
|

I'm using Nunit for unit testing, and added another project called "Unit Testing" to my current solution. I referenced Nunit, and changed the Namespace to the same namespace used in the main project.

I can't seem to figure out how to get access to all the classes, files, etc in the main project. Is there something I have to do to link two projects?

© Stack Overflow or respective owner

Related posts about nunit-2.5

Related posts about visual-studio