Method AddIncludedMethodFilter
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
AddIncludedMethodFilter(string)
Adds a simple filter which matches a fully qualified method name. A fully qualified
method name is in the form of "FullyQualifiedTypeName.MethodName".
public void AddIncludedMethodFilter(string query)
Parameters
querystringThe filter query
Remarks
The query may begin and/or end with * to add as a wildcard. No other wildcards
are permitted in any other locations.