NUnit.Framework.Api.ITestResult Members

The members of NUnit.Framework.Api.ITestResult are listed below.

Public Properties

[read-only]
AssertCountint. Gets the number of asserts executed when running the test and all its children.
[read-only]
ChildrenIList<Xamarin.iOS.dll=NUnit.Framework.Api.ITestResult>. Gets the the collection of child results.
[read-only]
DurationTimeSpan. Documentation for this section has not yet been entered.
[read-only]
FailCountint. Gets the number of test cases that failed when running the test and all its children.
[read-only]
FullNamestring. Gets the full name of the test result
[read-only]
HasChildrenbool. Indicates whether this result has any child results. Accessing HasChildren should not force creation of the Children collection in classes implementing this interface.
[read-only]
InconclusiveCountint. Gets the number of test cases that were inconclusive when running the test and all its children.
[read-only]
Messagestring. Gets the message associated with a test failure or with not running the test
[read-only]
Namestring. Gets the name of the test result
[read-only]
PassCountint. Gets the number of test cases that passed when running the test and all its children.
[read-only]
ResultStateXamarin.iOS.dll=NUnit.Framework.Api.ResultState. Gets the ResultState of the test result, which indicates the success or failure of the test.
[read-only]
SkipCountint. Gets the number of test cases that were skipped when running the test and all its children.
[read-only]
StackTracestring. Gets any stacktrace associated with an error or failure. Not available in the Compact Framework 1.0.
[read-only]
TestXamarin.iOS.dll=NUnit.Framework.Api.ITest. Documentation for this section has not yet been entered.