C# Class xUnit.GWT.ScenarioFailed

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

Public Methods

Method Description
ScenarioFailed ( string story, MethodInfo method, Exception ex, string testName, string scenarioPartFailed ) : System
ToXml ( XmlNode parentNode ) : XmlNode

Method Details

ScenarioFailed() public method

public ScenarioFailed ( string story, MethodInfo method, Exception ex, string testName, string scenarioPartFailed ) : System
story string
method System.Reflection.MethodInfo
ex System.Exception
testName string
scenarioPartFailed string
return System

ToXml() public method

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