C# Class NAnt.NUnit2.Tasks.NUnit2Task

Inheritance: NAnt.Core.Task
Show file Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description
CreateSummaryDocument void
FormatResult void
GetTransformReader System.Xml.XmlTextReader

Protected Methods

Method Description
ExecuteTask ( ) : void

Runs the tests and sets up the formatters.

Private Methods

Method Description
CreateSummaryDocument ( string resultFile, TextWriter writer, NUnit2Test test ) : void
FormatResult ( NUnit2Test testElement, TestResult result ) : void
GetTransformReader ( NUnit2Test test ) : XmlTextReader

Method Details

ExecuteTask() protected method

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