Property MaxParallelThreads
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
MaxParallelThreads
Determines how many tests can run in parallel with each other. If set to 0, the system will use ProcessorCount. If set to a negative number, then there will be no limit to the number of threads.
int MaxParallelThreads { get; }