4 references to AllAsync
Microsoft.DotNet.XUnitAssert.Tests (2)
Asserts\CollectionAssertsTests.cs (2)
92
await Assert.ThrowsAsync<ArgumentNullException>("action", () => Assert.
AllAsync
([], (Func<object, int, Task>)null!));
152
await Assert.
AllAsync
(items, async (_, idx) => { await Task.Yield(); indices.Add(idx); });
xunit.assert (2)
AsyncCollectionAsserts.cs (1)
70
AllAsync
(AssertHelper.ToEnumerable(collection), action);
Sdk\Exceptions\AllException.cs (1)
34
/// or <see cref="Assert.
AllAsync
{T}(IEnumerable{T}, Func{T, int, Task})"/>.