Summary
Gets or sets a value indicating whether to run tests within the vstest.console.exe process.
This makes vstest.console.exe process less likely to be stopped on an error in the tests, but tests might run slower.
Defaults to
false
.
- Namespace
- Cake
.Common .Tools .VSTest - Containing Type
- VSTestSettings
Syntax
public bool InIsolation { get; set; }
Value
Type | Description |
---|---|
bool |
true if running in isolation; otherwise, false .
|