5 references to PropertyChangedAsync
Microsoft.DotNet.XUnitAssert.Tests (5)
PropertyAssertsTests.cs (5)
83 var ex1 = await Assert.ThrowsAsync<ArgumentNullException>(() => Assert.PropertyChangedAsync(null!, "propertyName", async delegate { })); 93 () => Assert.PropertyChangedAsync(obj, "Property1", async () => { }) 106 () => Assert.PropertyChangedAsync(obj, "Property1", async () => obj.Property2 = 42) 119 () => Assert.PropertyChangedAsync(obj, "Property1", async () => obj.Property1 = "NewValue") 131 () => Assert.PropertyChangedAsync(