Denis Koreyba
Denis Koreyba

Reputation: 3718

ReSharper run all tests instead of a single one that is selected

I use ReSharper 10 and NUnit 3.

When I run my tests in Visual Studio all is good. But when I select a single test in ReSharper and run it or debug it then not the selected test is run but all the tests.

The same happens if I select a test in Resharper - Unit Tests - Unit Tests window or if I select it in the code (click on the icon at the left side of the test: http://prntscr.com/a1clt1

All my methods marked with [Test] attribute or [TestCase()] attribute

Is it a bug of ReSharper, of NUnit or maybe it can be set in settings?

Thanks for any help.

Upvotes: 4

Views: 856

Answers (1)

Alexander Kurakin
Alexander Kurakin

Reputation: 13533

Install R# 10.0.2 build (the latest available here), it is fixed there https://youtrack.jetbrains.com/issue/RSRP-450313.

Upvotes: 5

Related Questions