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