C# Class xUnit.GWT.ScenarioPassed

Inheritance: Xunit.Sdk.PassedResult
显示文件 Open project: BenHall/xUnit.GWT

Public Methods

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

Method Details

ScenarioPassed() public method

public ScenarioPassed ( string story, MethodInfo method, string name ) : System.Reflection
story string
method System.Reflection.MethodInfo
name string
return System.Reflection

ToXml() public method

public ToXml ( XmlNode parentNode ) : XmlNode
parentNode System.Xml.XmlNode
return System.Xml.XmlNode