NCover Basics: Improving Json.NET's Test Suite with NUnit and NCoverExplorer

NCover Basics: Improving Json.NET's Test Suite with NUnit and NCoverExplorer

Over each of the next several weeks we will be releasing an about the basics of using NCover to analyze code quality. We’ve planned to publish articles showing you how to measure code quality with NUnit and NCoverExplorer ,NUnit and NCover.Console, and with ASP.NET, Selenium, and NCover Console, but if you have any requests for additional topics, we’d be more than happy to cover them. Just send us an email at support@ncover.com referencing the NCover Basics Series and the topic you would like covered, and we’ll try our best to cover that topic.

One of the easiest ways to master NCover is simply to dive into some code and improve tests, so this week we’ll be looking at improving the test quality for an open source project, Json.NET, which is available on CodePlex at http://www.codeplex.com/Json. Json.NET is a tool for reading and writing JSON from .NET, and includes a JsonSerializer for easily serializing .NET objects into Json.

Continue Reading