Table of Contents

Class QueryFilterParser

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

This class is used to parse a graphy query.

public static class QueryFilterParser
Inheritance
QueryFilterParser
Inherited Members

Remarks

See https://xunit.net/docs/query-filter-language for the query filter language description.

Methods

Parse(string)

Parse and return a filter that represents the query.

public static ITestCaseFilter Parse(string query)

Parameters

query string

Returns

ITestCaseFilter