Table of Contents

Enum ParallelExecutionStrategy

Namespace
NUnit.Framework.Internal.Execution
Assembly
nunit.framework.dll

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

public enum ParallelExecutionStrategy

Fields

Direct = 0

Run directly on same thread

NonParallel = 2

Enqueue for non-parallel execution

Parallel = 1

Enqueue for parallel execution