Method GetStopOnTestFailOrDefault
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.runner.common.dll
GetStopOnTestFailOrDefault(ITestFrameworkExecutionOptions)
Gets a flag that determines whether xUnit.net stop testing when a test fails. If the flag
is not set, returns the default value (false).
public static bool GetStopOnTestFailOrDefault(this ITestFrameworkExecutionOptions executionOptions)
Parameters
executionOptions