The fields of NUnit.Framework.Api.ResultState are listed below. For a list of all members, see the ResultState Members list.
See Also: Inherited members from System.Object
static readonly | Cancelled | Xamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test was cancelled by the user |
static readonly | Error | Xamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test encountered an unexpected exception |
static readonly | Failure | Xamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test failed |
static readonly | Ignored | Xamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test has been ignored. |
static readonly | Inconclusive | Xamarin.iOS.dll=NUnit.Framework.Api.ResultState. The result is inconclusive |
static readonly | NotRunnable | Xamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test was not runnable. |
static readonly | Skipped | Xamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test has been skipped. |
static readonly | Success | Xamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test succeeded |