Method FailTestsWithWarningsOrDefault
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.core.dll
FailTestsWithWarningsOrDefault(ITestFrameworkExecutionOptions)
Gets a flag to fail passing tests with warnings. If the flag is not present, returns the
default value (false).
public static bool FailTestsWithWarningsOrDefault(this ITestFrameworkExecutionOptions executionOptions)
Parameters
executionOptions