Property TestsNotRun
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
TestsNotRun
Gets the number of tests that were not run. This includes explicit tests when explicit tests are not run, or non-expicit tests when non-explicit tests are not run.
public required int TestsNotRun { get; set; }
Property Value
Remarks
Note: Will be 0
if there was no value provided during deserialization.