<PackageReference Include="NUnit" Version="4.5.1" />

NUnit.Framework.Internal.Execution.ParallelExecutionStrategy

Enumeration representing the strategy to follow in executing a work item. The value is only relevant when running under the parallel dispatcher.
Direct = 0

Run directly on same thread

Enqueue for non-parallel execution

Enqueue for parallel execution