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