Property TestsNotRun
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.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; }