Summary
Gets or sets a value indicating whether the main thread should be used for running tests.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnitSettings
Syntax
public bool NoThread { get; set; }
Value
Type | Description |
---|---|
bool |
true if the main thread should be used for running tests; otherwise, false .
|