ReSharper running all tests using Machine Specifications

Answered

I'm trying to debug a specific MSPEC test, but it seems ReSharper is running all the tests. My session only contains the one test, but breakpoints get triggered and I can clearly see in the stacktrace they're from another test.

After running, the session still displays just the single test I'm trying to run. I also noticed this when not debugging, for example when running a specific test which would get delayed because of other longer running tests.

Using R# Ultimate 2016.2.2 and Machine.Specifications.Runner.Resharper 1.6.0-beta5. I tried different variations, starting a fresh session by adding the test, using Run Test, using Debug Test and still the same behavior - while the session window only shows the one test after running, it's clearly running more than just the one I want.

Am I missing something or is this a bug?

0
1 comment
Official comment

Hello Cesar,

Out-of-the-box ReSharper does not support Machine.Specifications test framework. Since such support is provided by a plugin, I would recommend you to comment the plugin author first. Other test framework do not experience the sane issue. 

Thanks! 

Please sign in to leave a comment.