1 write to IndexFailurePoint
xunit.assert (1)
Sdk\Exceptions\CollectionException.cs (1)
55 IndexFailurePoint = indexFailurePoint;
3 references to IndexFailurePoint
Microsoft.DotNet.XUnitAssert.Tests (1)
CollectionAssertsTests.cs (1)
239 Assert.Equal(1, collEx.IndexFailurePoint);
xunit.assert (2)
Sdk\Exceptions\CollectionException.cs (2)
90 if (IndexFailurePoint >= 0) 91 return $"{base.Message}{Environment.NewLine}Collection: {ArgumentFormatter.Format(Collection)}{Environment.NewLine}Error during comparison of item at index {IndexFailurePoint}{Environment.NewLine}Inner exception: {innerException}";