4 instantiations of EquatableObject
Microsoft.DotNet.XUnitAssert.Tests (4)
CollectionAssertsTests.cs (4)
1387 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 1388 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 1396 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 1397 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'b' } } };
6 references to EquatableObject
Microsoft.DotNet.XUnitAssert.Tests (6)
CollectionAssertsTests.cs (6)
1387 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 1388 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 1396 var expected = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'a' } } }; 1397 var actual = new Dictionary<string, EquatableObject> { { "Key1", new() { Char = 'b' } } }; 1410 public class EquatableObject : IEquatable<EquatableObject> 1414 public bool Equals(EquatableObject? other) =>