C# Class Microsoft.Silverlight.Testing.CodeCoverage

The CodeCoverage class is used to collect code coverage information from assemblies that have been instrumented to call the Visit function at the beginning of every basic block.
Show file Open project: garyjohnson/wpnest

Public Methods

Method Description
Visit ( uint id ) : void

Record that a basic block is being executed.

Private Methods

Method Description
GetCoverageData ( ) : string

Method Details

Visit() public static method

Record that a basic block is being executed.
public static Visit ( uint id ) : void
id uint Id of the basic block.
return void