NUnit3Settings.

X86 Property

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
NUnit3Settings

Syntax

public bool X86 { get; set; }

Value

Type Description
bool true to run tests in an x86 process on 64 bit systems; otherwise, false.