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
CollectionConcurrencyMode
The collection concurrency mode used by the xUnit2 runner.
Union Cases
Union Case | Description |
Default
Signature:
|
Uses the default concurrency mode for collections. |
MaxThreads(count)
Signature: int
|
Limits the number of concurrently executing collections to |
Unlimited
Signature:
|
Does not limit the number of concurrently executing collections. |