Property TestCaseIDsToRun
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
TestCaseIDsToRun
Gets a list of test case IDs to be run. If this list and TestCasesToRun are empty, then all test cases (that match the filters) will be run.
public List<string> TestCaseIDsToRun { get; }