4 writes to ID
Microsoft.DotNet.XUnitAssert.Tests (4)
EquivalenceAssertsTests.cs (4)
1769
var expected = new Person {
ID
= 42, Relationships = (parent: new Person {
ID
= 2112 }, child: null) };
1770
var actual = new Person {
ID
= 42, Relationships = (parent: new Person {
ID
= 2112 }, child: null) };