Table of Contents

Method ForSetItemFound

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

ForSetItemFound(string, string)

Creates a new instance of the DoesNotContainException class to be thrown when the requested item was found in the set.

public static DoesNotContainException ForSetItemFound(string item, string set)

Parameters

item string

The item that was found in the collection

set string

The set

Returns