Property TestCaseFilter
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
TestCaseFilter
Set to be able to filter the test cases to decide which ones to run. If this is not set, then all test cases will be run.
public Func<ITestCaseDiscovered, bool>? TestCaseFilter { get; set; }