Method Filter
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Filter(string, ITestCaseMetadata)
Determines whether the given testCase passes the filter.
bool Filter(string assemblyName, ITestCaseMetadata testCase)
Parameters
assemblyNamestringThe simple assembly name without file extension
testCaseThe test case to be checked against the filter