Summary
Gets or sets a value indicating whether to run tests in an x86 process on 64 bit systems.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnitSettings
Syntax
public bool X86 { get; set; }
Value
Type | Description |
---|---|
bool |
true to run tests in an x86 process on 64 bit systems; otherwise, false .
|