Table of Contents

Method AddExcludedClassFilter

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

AddExcludedClassFilter(string)

Adds a simple filter which excludes a fully qualified class name.

public void AddExcludedClassFilter(string query)

Parameters

query string

Remarks

The query may begin and/or end with * to add as a wildcard. No other wildcards are permitted in any other locations.