Base:
5 references to GetHashCode
Microsoft.Extensions.Diagnostics.ExceptionSummarization.Tests (5)
ExceptionSummaryTests.cs (5)
20
Assert.Equal(exceptionSummary1.
GetHashCode
(), exceptionSummary2.
GetHashCode
());
36
Assert.NotEqual(exceptionSummary1.
GetHashCode
(), exceptionSummary2.
GetHashCode
());
52
Assert.NotEqual(exceptionSummary.
GetHashCode
(), exceptionTest.GetHashCode());