4 instantiations of EqualException
xunit.assert (4)
207 references to EqualException
Aspire.Dashboard.Components.Tests (1)
Aspire.Dashboard.Tests (1)
Aspire.Hosting.Testing.Tests (1)
Aspire.Hosting.Tests (2)
Aspire.Playground.Tests (1)
Microsoft.AspNetCore.Analyzer.Testing (2)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.InternalTesting.Tests (4)
Microsoft.AspNetCore.Mvc.Core.TestCommon (2)
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (6)
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
Microsoft.DotNet.XUnitAssert.Tests (120)
Microsoft.ML.IntegrationTests (1)
System.Drawing.Common.Tests (2)
System.Windows.Forms.Primitives.TestUtilities (3)
xunit.assert (58)
EqualityAsserts.cs (13)
81 /// <exception cref="EqualException">Thrown when the objects are not equal</exception>
129 /// <exception cref="EqualException">Thrown when the objects are not equal</exception>
174 throw EqualException.ForMismatchedValuesWithError(expected, actual, exception);
291 throw EqualException.ForMismatchedCollectionsWithError(mismatchedIndex, formattedExpected, expectedPointer, expectedItemType, formattedActual, actualPointer, actualItemType, exception, collectionDisplay);
350 throw EqualException.ForMismatchedValues(
376 throw EqualException.ForMismatchedValues(
399 throw EqualException.ForMismatchedValues(
422 throw EqualException.ForMismatchedValues(
448 throw EqualException.ForMismatchedValues(
471 throw EqualException.ForMismatchedValues(
494 throw EqualException.ForMismatchedValues(
530 throw EqualException.ForMismatchedValues(expected, actualValue);
564 throw EqualException.ForMismatchedValues(expected, actualValue);