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