Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
ParallelMode
The parallelization mode of the xUnit2 runner.
Union Cases
Union Case | Description |
All
Signature:
|
Parallelize assemblies and collections. |
Assemblies
Signature:
|
Only parallelize assemblies. |
Collections
Signature:
|
Only parallelize collections. |
NoParallelization
Signature:
|
Turn off all parallelization. |