Summary
Gets or sets a value indicating whether to not use app domains to run test code.
- Namespace
- Cake
.Common .Tools .XUnit - Containing Type
- XUnit2Settings
Syntax
public bool NoAppDomain { get; set; }
Value
Type | Description |
---|---|
bool |
true to not use app domains to run test code; otherwise, false .
|