Table of Contents

Method ForCollectionFilterNotMatched

Namespace
Xunit.Sdk
Assembly
xunit.v3.assert.dll

ForCollectionFilterNotMatched(string)

Creates a new instance of the ContainsException class to be thrown when the requested filter did not match any items in the collection.

public static ContainsException ForCollectionFilterNotMatched(string collection)

Parameters

collection string

The collection

Returns