C# 클래스 NAnt.NUnit2.Tasks.NUnit2Task

상속: NAnt.Core.Task
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateSummaryDocument void
FormatResult void
GetTransformReader System.Xml.XmlTextReader

보호된 메소드들

메소드 설명
ExecuteTask ( ) : void

Runs the tests and sets up the formatters.

비공개 메소드들

메소드 설명
CreateSummaryDocument ( string resultFile, TextWriter writer, NUnit2Test test ) : void
FormatResult ( NUnit2Test testElement, TestResult result ) : void
GetTransformReader ( NUnit2Test test ) : XmlTextReader

메소드 상세

ExecuteTask() 보호된 메소드

Runs the tests and sets up the formatters.
protected ExecuteTask ( ) : void
리턴 void