schmoopy
schmoopy

Reputation: 6649

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 --- does c# not have this option?

thanks :-)

Upvotes: 2

Views: 1578

Answers (1)

Rob Rodi
Rob Rodi

Reputation: 3494

Don't look under Root->Test projects. Look at Root->Visual C#->Test->Test Project.

Upvotes: 2

Related Questions