Table of Contents

Property ParallelizeTestCollections

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

ParallelizeTestCollections

Indicates whether to run test collections in parallel.

public bool? ParallelizeTestCollections { get; set; }

Property Value

bool?

Remarks

Parallelized test collections are only valid for xUnit.net v2 and xUnit.net v3 test projects.