Table of Contents

Property TestCasesToRun

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

TestCasesToRun

Gets a count of the number of test cases that passed the filter and will be run.

public required int TestCasesToRun { get; set; }

Property Value

int

Remarks

Note: Will be 0 if there was no value provided during deserialization.