The properties of NUnit.Framework.Internal.TestResult are listed below. For a list of all members, see the TestResult Members list.
See Also: Inherited members from System.Object
| AssertCount | int. Gets or sets the count of asserts executed when running the test. | |
| [read-only] | Children | IList<Xamarin.iOS.dll=NUnit.Framework.Api.ITestResult>. Gets the collection of child results. |
| Duration | TimeSpan. Documentation for this section has not yet been entered. | |
| [read-only] abstract | FailCount | int. Gets the number of test cases that failed when running the test and all its children. |
| [read-only] | FullName | string. Gets the full name of the test result |
| [read-only] | HasChildren | bool. Indicates whether this result has any child results. Test HasChildren before accessing Children to avoid the creation of an empty collection. |
| [read-only] abstract | InconclusiveCount | int. Gets the number of test cases that were inconclusive when running the test and all its children. |
| [read-only] | Message | string. Gets the message associated with a test failure or with not running the test |
| [read-only] | Name | string. Gets the name of the test result |
| [read-only] abstract | PassCount | int. Gets the number of test cases that passed when running the test and all its children. |
| [read-only] | ResultState | Xamarin.iOS.dll=NUnit.Framework.Api.ResultState. Gets the ResultState of the test result, which indicates the success or failure of the test. |
| [read-only] abstract | SkipCount | int. Gets the number of test cases that were skipped when running the test and all its children. |
| [read-only] | StackTrace | string. Gets any stacktrace associated with an error or failure. Not available in the Compact Framework 1.0. |
| [read-only] | Test | Xamarin.iOS.dll=NUnit.Framework.Api.ITest. Documentation for this section has not yet been entered. |