6 writes to Property2
Microsoft.DotNet.XUnitAssert.Tests (6)
PropertyAssertsTests.cs (6)
37
() => Assert.PropertyChanged(obj, "Property1", () => obj.
Property2
= 42)
66
obj.
Property2
= 12;
68
obj.
Property2
= 42;
106
() => Assert.PropertyChangedAsync(obj, "Property1", async () => obj.
Property2
= 42)
136
obj.
Property2
= 12;
138
obj.
Property2
= 42;