Table of Contents

Property TestsNotRun

Namespace
Xunit.Sdk
Assembly
xunit.v3.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.

int TestsNotRun { get; }

Property Value

int