Table of Contents

Method Filter

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

Filter(string, ITestCaseMetadata)

Determines whether the given testCase passes the filter.

public bool Filter(string assemblyName, ITestCaseMetadata testCase)

Parameters

assemblyName string

The simple assembly name without file extension

testCase

The test case to be checked against the filter

Returns

bool