NUnit.Framework.Api.ResultState: Field Members

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

Public Fields

static readonly
CancelledXamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test was cancelled by the user
static readonly
ErrorXamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test encountered an unexpected exception
static readonly
FailureXamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test failed
static readonly
IgnoredXamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test has been ignored.
static readonly
InconclusiveXamarin.iOS.dll=NUnit.Framework.Api.ResultState. The result is inconclusive
static readonly
NotRunnableXamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test was not runnable.
static readonly
SkippedXamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test has been skipped.
static readonly
SuccessXamarin.iOS.dll=NUnit.Framework.Api.ResultState. The test succeeded