Property Parallel
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
Parallel
Indicates whether to run test collections in parallel. 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 true). Note that test
collection parallelization is only available in v2 test projects.
public bool? Parallel { get; set; }
Property Value
- bool?