TestResult Class

Definition

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)
SetResult(ResultState, String)
SetResult(ResultState, String, String)
ToXml(Boolean)

Applies to