Interface ITestCaseFilter
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Represents a filter run against a test case (and the associated assembly it resides in).
public interface ITestCaseFilter
Methods
- Filter(string, ITestCaseMetadata)
Determines whether the given
testCasepasses the filter.