C# 클래스 OpenCover.MSBuild.OpenCover

Executes the OpenCover tool with the specified arguments.
상속: Microsoft.Build.Utilities.ToolTask
파일 보기 프로젝트 열기: OpenCover/opencover

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