Table of Contents

Method SetMaxParallelThreads

Namespace
Xunit.Sdk
Assembly
xunit.v3.runner.common.dll

SetMaxParallelThreads(ITestFrameworkExecutionOptions, int?)

Sets the maximum number of threads to use when running tests in parallel. If set to 0 (the default value), does not limit the number of threads.

public static void SetMaxParallelThreads(this ITestFrameworkExecutionOptions executionOptions, int? value)

Parameters

executionOptions
value int?