Summary
Gets or sets a value indicating whether execution of the test run should terminate
immediately on the first test failure or error.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnitSettings
Syntax
public bool StopOnError { get; set; }
Value
Type | Description |
---|---|
bool |
true if execution of the test run should terminate immediately on the first test failure or error;
otherwise, false .
|