Summary
Gets or sets the list of tests to run or explore.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Settings
Syntax
public string Test { get; set; }
Value
Type | Description |
---|---|
string | A comma-separated list of test names. |