ITestResult 接口

定义

public interface ITestResult : NUnit.Framework.Api.IXmlNodeBuilder
type ITestResult = interface
    interface IXmlNodeBuilder
派生
实现

属性

AssertCount
Children
Duration
FailCount
FullName
HasChildren
InconclusiveCount
Message
Name
PassCount
ResultState
SkipCount
StackTrace
Test

方法

AddToXml(XmlNode, Boolean) (继承自 IXmlNodeBuilder)
ToXml(Boolean) (继承自 IXmlNodeBuilder)

适用于