shay__
shay__

Reputation: 3990

Is it possible to use ReSharper as a test runner ONLY?

I don't really like ReSharper (let's not go into that), but it's test runner is way better than VS default Test Explorer. For example, VS doesn't handle tests polymorphism well (or even at all), while ReSharper does. Is it possible to install and configure ReSharper in a way that it will be totally turned off except for it's test runner?

Upvotes: 10

Views: 1061

Answers (1)

Alexander Kurakin
Alexander Kurakin

Reputation: 13523

Consider installing JetBrains dotCover https://www.jetbrains.com/dotcover. It is the same test runner as in ReSharper.

Upvotes: 9

Related Questions