C# Class NUnit.Gui.Model.ResultNode

TestNode represents a single NUnit test result in the test model.
Inheritance: NUnit.Gui.Model.TestNode
Afficher le fichier Open project: nunit/nunit-gui Class Usage Examples

Méthodes publiques

Méthode Description
ResultNode ( XmlNode xmlNode ) : System
ResultNode ( string xmlText ) : System

Private Methods

Méthode Description
GetStatus ( ) : TestStatus
InitializeResultProperties ( ) : void

Method Details

ResultNode() public méthode

public ResultNode ( XmlNode xmlNode ) : System
xmlNode System.Xml.XmlNode
Résultat System

ResultNode() public méthode

public ResultNode ( string xmlText ) : System
xmlText string
Résultat System