2 references to AllAsync
Microsoft.DotNet.XUnitAssert.Tests (2)
AsyncCollectionAssertsTests.cs (2)
75 await Assert.ThrowsAsync<ArgumentNullException>("action", () => Assert.AllAsync(new object[0].ToAsyncEnumerable(), (Func<object, int, Task>)null!)); 114 await Assert.AllAsync(items, async (_, idx) => { await Task.Yield(); indices.Add(idx); });