The fields 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. Number of asserts executed by this test | |
| message | string. Message giving the reason for failure, error or skipping the test | |
| resultState | Xamarin.iOS.dll=NUnit.Framework.Api.ResultState. Indicates the result of the test | |
readonly | test | Xamarin.iOS.dll=NUnit.Framework.Api.ITest. The test that this result pertains to |