C# Class NAnt.NUnit2.Tasks.NUnit2Task

Inheritance: NAnt.Core.Task
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Private Properties

Свойство Type Description
CreateSummaryDocument void
FormatResult void
GetTransformReader System.Xml.XmlTextReader

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void

Runs the tests and sets up the formatters.

Private Methods

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

Method Details

ExecuteTask() protected méthode

Runs the tests and sets up the formatters.
protected ExecuteTask ( ) : void
Résultat void