Summary
Gets or sets the parallelism option.
Corresponds to the -parallel command line switch.
- Namespace
- Cake
.Common .Tools .XUnit - Containing Type
- XUnit2Settings
Syntax
public ParallelismOption? Parallelism { get; set; }
Value
Type | Description |
---|---|
ParallelismOption? | The parallelism option. |