C# Class xUnit.GWT.CustomResults.PendingResult

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

Public Methods

Method Description
PendingResult ( MethodInfo method, string name ) : System
ToXml ( XmlNode parentNode ) : XmlNode

Method Details

PendingResult() public method

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

ToXml() public method

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