C# Class NAnt.NUnit2ReportTasks.NUnit2ReportTask

Inheritance: NAnt.Core.Task
Mostrar archivo Open project: thangchung/NUnit2Report

Private Properties

Property Type Description
CreateSummaryXmlDoc System.Xml.XmlDocument
GetPropertyList System.Xml.Xsl.XsltArgumentList
Write void

Protected Methods

Method 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

Method 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 method

This is where the work is done
protected ExecuteTask ( ) : void
return void

InitializeTask() protected method

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.
return void