Top "Ncrunch" questions

NCrunch is a continuous testing tool for Visual Studio .NET.

Free NCrunch alternative

Since NCrunch has left the free market, I was looking for a similar tool for code coverage marking, and continous …

c# visual-studio code-coverage ncrunch
Mocking Generic Method with NSubstitute

I have an interface with a number of generic methods. These methods perform operations based on the type of data …

c# .net nsubstitute ncrunch