Table of Contents

Method StopOnTestFailOrDefault

Namespace
Xunit.Sdk
Assembly
xunit.v3.core.dll

StopOnTestFailOrDefault(ITestFrameworkExecutionOptions)

Gets a flag to stop testing on test failure. If the flag is not present, returns the default value (false).

public static bool StopOnTestFailOrDefault(this ITestFrameworkExecutionOptions executionOptions)

Parameters

executionOptions

Returns

bool