The RunState enum indicates whether a test
can be executed. When used on a TestResult
it may also indicate whether the test has
been executed. See individual values for
restrictions on use.
Syntax
public enum RunState
Remarks
Members
| Member Name | Description |
|---|
| Explicit |
The test can only be run explicitly. Would
normally not appear on a TestResult, since
it would change to Executed or Skipped.
|
| Ignored |
The test has been ignored. May appear on
a Test, when the IgnoreAttribute is used.
Appears on a TestResult in that case or
if the test is dynamically ignored.
|
| NotRunnable |
The test is not runnable.
|
| Runnable |
The test is runnable. This value would
normally not appear on a TestResult, since
it would change to Executed.
|
| Skipped |
The test has been skipped. This value may
appear on a Test when certain attributes
are used to skip the test.
|
Requirements
Namespace: NUnit.Framework.Api
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 1.0.0.0