Adam Levitt
Adam Levitt

Reputation: 10476

Run Tests Not Working

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

Answers (1)

Adam Levitt
Adam Levitt

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

Related Questions