C# Class NAnt.NUnit2ReportTasks.NUnit2ReportTask

Inheritance: NAnt.Core.Task
Afficher le fichier Open project: thangchung/NUnit2Report

Private Properties

Свойство Type Description
CreateSummaryXmlDoc System.Xml.XmlDocument
GetPropertyList System.Xml.Xsl.XsltArgumentList
Write void

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void

This is where the work is done

InitializeTask ( XmlNode taskNode ) : void

Initializes task and ensures the supplied attributes are valid.

Private Methods

Méthode Description
CreateSummaryXmlDoc ( ) : XmlDocument

Initializes the XmlDocument instance used to summarize the test results

GetPropertyList ( ) : XsltArgumentList

Builds an XsltArgumentList with all the properties defined in the current project as XSLT parameters.

Write ( TextReader stream, string fileName ) : void

Method Details

ExecuteTask() protected méthode

This is where the work is done
protected ExecuteTask ( ) : void
Résultat void

InitializeTask() protected méthode

Initializes task and ensures the supplied attributes are valid.
protected InitializeTask ( XmlNode taskNode ) : void
taskNode System.Xml.XmlNode Xml node used to define this task instance.
Résultat void