Table of Contents

Property TestCasesToRun

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

TestCasesToRun

Gets a list of serialized test cases to be run. If the list is empty, then all test cases (that match the filters) will be run.

public List<string> TestCasesToRun { get; }

Property Value

List<string>