C# Class OpenCover.MSBuild.OpenCover

Executes the OpenCover tool with the specified arguments.
Inheritance: Microsoft.Build.Utilities.ToolTask
Afficher le fichier Open project: OpenCover/opencover

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OpenCover ( ) : System.Globalization

Creates a new instance of the OpenCover task.

Méthodes protégées

Méthode 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 méthode

Generates the command line arguments for the OpenCover tool.
protected GenerateCommandLineCommands ( ) : string
Résultat string

GenerateFullPathToTool() protected méthode

Returns the path to the OpenCover tool.
protected GenerateFullPathToTool ( ) : string
Résultat string

GetWorkingDirectory() protected méthode

Gets the working directory for the OpenCover tool.
protected GetWorkingDirectory ( ) : string
Résultat string

LogEventsFromTextOutput() protected méthode

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.
Résultat void

OpenCover() public méthode

Creates a new instance of the OpenCover task.
public OpenCover ( ) : System.Globalization
Résultat System.Globalization