Table of Contents

Method ForSetItemNotFound

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

ForSetItemNotFound(string, string)

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

public static ContainsException ForSetItemNotFound(string item, string set)

Parameters

item string

The expected item

set string

The set

Returns