So I'm moving from Visual Studio 2015 with ReSharper to Visual Studio 2017 and I'm trying to remove ReSharper from my workflow.
I know what CTRL+R,T runs either a whole TestClass or all tests depending on where you run it. It seems selecting something inside a single unit test still runs the whole test class.
Is it possible to run a single unit test?
I'm also missing right-clicking a folder in solution explorer and running all the tests in it.
Is there an extension which provides this tiny feature?