C# Класс OpenCover.MSBuild.OpenCover

Executes the OpenCover tool with the specified arguments.
Наследование: Microsoft.Build.Utilities.ToolTask
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
OpenCover ( ) : System.Globalization

Creates a new instance of the OpenCover task.

Защищенные методы

Метод Описание
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.

Описание методов

GenerateCommandLineCommands() защищенный Метод

Generates the command line arguments for the OpenCover tool.
protected GenerateCommandLineCommands ( ) : string
Результат string

GenerateFullPathToTool() защищенный Метод

Returns the path to the OpenCover tool.
protected GenerateFullPathToTool ( ) : string
Результат string

GetWorkingDirectory() защищенный Метод

Gets the working directory for the OpenCover tool.
protected GetWorkingDirectory ( ) : string
Результат string

LogEventsFromTextOutput() защищенный Метод

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.
Результат void

OpenCover() публичный Метод

Creates a new instance of the OpenCover task.
public OpenCover ( ) : System.Globalization
Результат System.Globalization