C# Class OpenCover.MSBuild.OpenCover

Executes the OpenCover tool with the specified arguments.
Inheritance: Microsoft.Build.Utilities.ToolTask
Mostra file Open project: OpenCover/opencover

Private Properties

Property Type Description

Public Methods

Method Description
OpenCover ( ) : System.Globalization

Creates a new instance of the OpenCover task.

Protected Methods

Method Description
GenerateCommandLineCommands ( ) : string

Generates the command line arguments for the OpenCover tool.

GenerateFullPathToTool ( ) : string

Returns the path to the OpenCover tool.

GetWorkingDirectory ( ) : string

Gets the working directory for the OpenCover tool.

LogEventsFromTextOutput ( string singleLine, MessageImportance messageImportance ) : void

Logs the OpenCover output.

Method Details

GenerateCommandLineCommands() protected method

Generates the command line arguments for the OpenCover tool.
protected GenerateCommandLineCommands ( ) : string
return string

GenerateFullPathToTool() protected method

Returns the path to the OpenCover tool.
protected GenerateFullPathToTool ( ) : string
return string

GetWorkingDirectory() protected method

Gets the working directory for the OpenCover tool.
protected GetWorkingDirectory ( ) : string
return string

LogEventsFromTextOutput() protected method

Logs the OpenCover output.
protected LogEventsFromTextOutput ( string singleLine, MessageImportance messageImportance ) : void
singleLine string A single line output by the OpenCover tool.
messageImportance MessageImportance The importance of the message.
return void

OpenCover() public method

Creates a new instance of the OpenCover task.
public OpenCover ( ) : System.Globalization
return System.Globalization