Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
OpenCover ( ) : System.Globalization |
Creates a new instance of the OpenCover task.
|
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.
|
protected GenerateCommandLineCommands ( ) : string | ||
Résultat | string |
protected GenerateFullPathToTool ( ) : string | ||
Résultat | string |
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 |
public OpenCover ( ) : System.Globalization | ||
Résultat | System.Globalization |