Summary
Gets or sets the parameters that should be passed to the runner.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Settings
Syntax
public IDictionary<string, string> Params { get; set; }
Value
Type | Description |
---|---|
IDictionary |
List of parameters (key/value) which are passed to the runner. |