Table of Contents

Method GetFailTestsWithWarningsOrDefault

Namespace
Xunit.Sdk
Assembly
xunit.v3.runner.common.dll

GetFailTestsWithWarningsOrDefault(ITestFrameworkExecutionOptions)

Gets a flag to fail passing tests with warning. If the flag is not present, returns the default value (false).

public static bool GetFailTestsWithWarningsOrDefault(this ITestFrameworkExecutionOptions executionOptions)

Parameters

executionOptions

Returns

bool