2 references to AllAsync
Microsoft.DotNet.XUnitAssert.Tests (2)
Asserts\AsyncCollectionAssertsTests.cs (2)
74 await Assert.ThrowsAsync<ArgumentNullException>("action", () => Assert.AllAsync(Array.Empty<object>().ToAsyncEnumerable(), (Func<object, int, Task>)null!)); 113 await Assert.AllAsync(items, async (_, idx) => { await Task.Yield(); indices.Add(idx); });