A helpfull tool to check you code coverage is NCover. To download this tool check: http://www.ncover.org/.
Based upon a Nunit test or program, you can check the coverage of your code. NCover presents the result in an xml file. The result contains info about, for example, the percentage of coverage.
I have added an example of a covered file based upon a Nunit test: http://bloggingabout.net/images/bloggingabout_net/mario/131/o_NCover.JPG. You can add NCover in the automatic build process (as an extra Nant task).
Posted
Fri, Jan 14 2005 11:11 AM
by
Mario Roovers