Property TestsNotRun
- Namespace
- Xunit.SimpleRunner
- Assembly
- xunit.v3.runner.utility.netfx.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
This is a count of the number of TestNotRunInfo that were reported.