Tag Archives: nunit

MSBuild Task for PartCover

<![Rant[ I continue to lament the dearth of option for Test Coverage in the .NET world. In the Java world you have open source tools like Emma and Cobertura that are widely used and supported (and many more) as well … Continue reading

Posted in .NET, Unit Testing | Tagged , , , | 15 Comments

Mocking .NET Objects with NUnit

NUnit is my Unit Testing tool of choice for .NET development. Microsoft provides a unit testing framework but it only works with some higher-end versions of Visual Studio. They’re so similar that it’s almost ridiculous that Microsoft created their own … Continue reading

Posted in .NET, Code, Unit Testing | Tagged , , , | 17 Comments

More On MSBuild

On the heels of my article on using MSBuild with NUnit, I’ve been totally outdone by Brennan. Check out his series on MSBuild. He covers Unit testing with NUnit (naturally), but starts with the basics, and gets into everything from … Continue reading

Posted in .NET, Automation, Code | Tagged , | Leave a comment

MSBuild with NUnit

I’ve written about Unit Testing and Build Automation in the past, but mostly dealing with Java projects and tools (because I usually write about things I’m working on at the time). Well, I’ve started a .NET project for the first … Continue reading

Posted in .NET, Automation, Code, Unit Testing | Tagged , , | 6 Comments