Summary
Gets or sets a value indicating whether to shadow copy tests.
Default value is
false
.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Settings
Syntax
public bool ShadowCopy { get; set; }
Value
Type | Description |
---|---|
bool |
true if tests should be run as a shadow copy; otherwise, false .
|