ITestResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface ITestResult : NUnit.Framework.Api.IXmlNodeBuilder
type ITestResult = interface
interface IXmlNodeBuilder
- Derived
- Implements
Properties
AssertCount | |
Children | |
Duration | |
FailCount | |
FullName | |
HasChildren | |
InconclusiveCount | |
Message | |
Name | |
PassCount | |
ResultState | |
SkipCount | |
StackTrace | |
Test |
Methods
AddToXml(XmlNode, Boolean) | (Inherited from IXmlNodeBuilder) |
ToXml(Boolean) | (Inherited from IXmlNodeBuilder) |