Method AddExcludedMethodFilter
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
AddExcludedMethodFilter(string)
Adds a simple filter which excludes a fully qualified method name. A fully qualified
method name is in the form of "FullyQualifiedTypeName.MethodName".
public void AddExcludedMethodFilter(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.