4 instantiations of EquatableObject
Microsoft.DotNet.XUnitAssert.Tests (4)
CollectionAssertsTests.cs (4)
2054 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 2055 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 2071 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 2072 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'b' } } };
6 references to EquatableObject
Microsoft.DotNet.XUnitAssert.Tests (6)
CollectionAssertsTests.cs (6)
2054 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 2055 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 2071 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 2072 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'b' } } }; 2077 public class EquatableObject : IEquatable<EquatableObject> 2081 public bool Equals(EquatableObject? other) =>