Table of Contents

Method AddExcludedNamespaceFilter

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

AddExcludedNamespaceFilter(string)

Adds a simple filter which excludes a namespace.

public void AddExcludedNamespaceFilter(string query)

Parameters

query string

The 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.