C# Class xUnit.GWT.ScenarioPassed

Inheritance: Xunit.Sdk.PassedResult
Afficher le fichier Open project: BenHall/xUnit.GWT

Méthodes publiques

Méthode Description
ScenarioPassed ( string story, MethodInfo method, string name ) : System.Reflection
ToXml ( XmlNode parentNode ) : XmlNode

Method Details

ScenarioPassed() public méthode

public ScenarioPassed ( string story, MethodInfo method, string name ) : System.Reflection
story string
method System.Reflection.MethodInfo
name string
Résultat System.Reflection

ToXml() public méthode

public ToXml ( XmlNode parentNode ) : XmlNode
parentNode System.Xml.XmlNode
Résultat System.Xml.XmlNode