Reputation: 3990
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
Reputation: 13523
Consider installing JetBrains dotCover https://www.jetbrains.com/dotcover. It is the same test runner as in ReSharper.
Upvotes: 9