Table of Contents

Method AddIncludedNamespaceFilter

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

AddIncludedNamespaceFilter(string)

Adds a simple filter which matches a namespace.

public void AddIncludedNamespaceFilter(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.