Property FailWarn
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
FailWarn
Gets or sets a flag indicating whether passing tests with warnings should be
reported as failed tests. If this is not true, then passing tests with
warnings will be reported as passing tests.
public bool FailWarn { get; set; }