Reputation: 10476
I'm in Visual Studio 2012 and I can run all tests, but if I try to run a single test within a class, or even all tests within a single class (by either clicking, or using Ctrl+R, Ctrl+T) nothing happens.
Any suggestions?
Upvotes: 0
Views: 124
Reputation: 10476
I figured it out. You need to add a Debug Configuration to your project from the Build -> Configurations menu. For some reason it needs to be called Debug.
Upvotes: 2