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

ParallelExecutionStrategy

Enumeration representing the strategy to follow in executing a work item. The value is only relevant when running under the parallel dispatcher.
namespace NUnit.Framework.Internal.Execution { public enum ParallelExecutionStrategy { Direct, Parallel, NonParallel } }