C# 클래스 NAnt.NUnit2ReportTasks.NUnit2ReportTask

상속: NAnt.Core.Task
파일 보기 프로젝트 열기: thangchung/NUnit2Report

Private Properties

프로퍼티 타입 설명
CreateSummaryXmlDoc System.Xml.XmlDocument
GetPropertyList System.Xml.Xsl.XsltArgumentList
Write void

보호된 메소드들

메소드 설명
ExecuteTask ( ) : void

This is where the work is done

InitializeTask ( XmlNode taskNode ) : void

Initializes task and ensures the supplied attributes are valid.

비공개 메소드들

메소드 설명
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

메소드 상세

ExecuteTask() 보호된 메소드

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

InitializeTask() 보호된 메소드

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.
리턴 void