C# Класс NCoverExplorer.NAntTasks.NCoverExplorerTask

Наследование: NAnt.Core.Tasks.ExternalProgramBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
_BuildTempConfigXmlFile void
_GetConfigFilename string
_OnProcessExited void

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

Метод Описание
NCoverExplorerTask ( ) : System

Initializes a new instance of the NCoverExplorerTask class.

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

Метод Описание
PrepareProcess ( Process process ) : void

Performs logic before the external process is started.

StartProcess ( ) : Process

Starts the process and handles errors.

Приватные методы

Метод Описание
_BuildTempConfigXmlFile ( ) : void

Build the Xml config file to pass to the NCoverExplorer.Console executable.

_GetConfigFilename ( ) : string

Return a temporary filename for the config file for executing NCoverExplorer.Console.

_OnProcessExited ( object sender, System e ) : void

Removes generated config file after process has run.

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

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

Initializes a new instance of the NCoverExplorerTask class.
public NCoverExplorerTask ( ) : System
Результат System

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

Performs logic before the external process is started.
Thrown if no matching coverage files.
protected PrepareProcess ( Process process ) : void
process System.Diagnostics.Process Process.
Результат void

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

Starts the process and handles errors.
protected StartProcess ( ) : Process
Результат System.Diagnostics.Process