How do i add a project for Unit tests in c# in vs2010?
I must be missing something, i have VS2010 Premium.
Under Templates, Test Projects -> Test Documents, there is only 1 thing listed called 'Test Project' If i select his, it adds the Unit testing framework to the solution, but the project it adds is for VB.NET --开发者_StackOverflow中文版- does c# not have this option?
thanks :-)
Don't look under Root->Test projects. Look at Root->Visual C#->Test->Test Project.
精彩评论