Table of Contents

Property ParallelAlgorithm

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

ParallelAlgorithm

Indicates which algorithm to use when parallelizing tests (will have no effect if parallelism is turned off or if the max parallel threads is set to -1). If unset (or set to null), will use the value from the configuration file (and if that isn't set, will use the default value of Conservative. For more information on the parallelism algorithms, see https://xunit.net/docs/running-tests-in-parallel#algorithms.

public ParallelAlgorithm? ParallelAlgorithm { get; set; }

Property Value

ParallelAlgorithm?