3 references to AllAsync
Microsoft.DotNet.XUnitAssert.Tests (2)
Asserts\CollectionAssertsTests.cs (2)
107 await Assert.AllAsync(items, async item => { await Task.Yield(); Assert.Equal(1, item); }, false); 136 var ex = await Record.ExceptionAsync(() => Assert.AllAsync(items, async item => { await Task.Yield(); Assert.Equal(1, item); }, true));
xunit.assert (1)
Sdk\Exceptions\AllException.cs (1)
87 /// or <see cref="Assert.AllAsync{T}(IEnumerable{T}, Func{T, Task}, bool)"/>.