I have dozens of unit tests, and I\'d like to fix the code I am working on now, but every time I run the tests it takes over 30 seconds to run every unit test (I think reflectio
First, click somewhere inside the TestMethod
you want to run, or highlight multiple methods. You can also click on the class or namespace if you want to run all TestMethod
s within that class/namespace.
Run: Test → Run → Tests in Current Context
Debug: Test → Debug → Tests in Current Context
Run: Ctrl+R,T
Debug:Ctrl+R,Ctrl+T