프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
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 |