Summary
Gets or sets the test selection expression indicating what tests will be run.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Settings
Syntax
public string Where { get; set; }
Value
Type | Description |
---|---|
string | The --where option is intended to extend or replace the earlier --test, --include and --exclude options by use of a selection expression describing exactly which tests to use. Examples of usage are: --where:cat==Data --where "method =~ /DataTest*/ && cat = Slow" See https://github.com/nunit/docs/wiki/Test-Selection-Language. |