<PackageReference Include="NUnit" Version="3.0.0-alpha-3" />

RunState

public enum RunState
The RunState enum indicates whether a test can be executed.

The test can only be run explicitly

Ignored = 4

The test has been ignored. May appear on a Test, when the IgnoreAttribute is used.

The test is not runnable.

The test is runnable.

Skipped = 3

The test has been skipped. This value may appear on a Test when certain attributes are used to skip the test.