Table of Contents

Method AddIncludedClassFilter

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

AddIncludedClassFilter(string)

Adds a simple filter matching a fully qualified class name.

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