Table of Contents

Method ForCircularReference

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

ForCircularReference(string)

Creates a new instance of EquivalentException which shows a message that indicates a circular reference was discovered.

public static EquivalentException ForCircularReference(string memberName)

Parameters

memberName string

The name of the member that caused the circular reference

Returns