Summary
Gets or sets the maximum number of test assembly agents to run at one
time. If not specified, there is no limit.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Settings
Syntax
public int? Agents { get; set; }
Value
Type | Description |
---|---|
int? | The maximum number of test assembly agents to run at one time. |