NUnit.Framework.Api.ResultState Members

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

See Also: Inherited members from System.Object

Public Constructors

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

Public Properties

[read-only]
Labelstring. Gets the label under which this test resullt is categorized, if any.
[read-only]
StatusXamarin.iOS.dll=NUnit.Framework.Api.TestStatus. Gets the TestStatus for the test.

Public Methods

override
ToString() : string
Returns a string that represents this instance.