TestResult Class
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 abstract class TestResult : NUnit.Framework.Api.ITestResult
type TestResult = class
interface ITestResult
interface IXmlNodeBuilder
- Inheritance
-
TestResult
- Derived
- Implements
Constructors
TestResult(ITest) |
Fields
assertCount | |
message | |
resultState | |
test | |
ThreadCrashFail |
Properties
AssertCount | |
Children | |
Duration | |
FailCount | |
FullName | |
HasChildren | |
InconclusiveCount | |
Message | |
Name | |
PassCount | |
ResultState | |
SkipCount | |
StackTrace | |
Test |
Methods
AddResult(TestResult) | |
AddToXml(XmlNode, Boolean) | |
RecordException(Exception) | |
SetResult(ResultState, String, String) | |
SetResult(ResultState, String) | |
SetResult(ResultState) | |
ToXml(Boolean) |