1 reference to All
Microsoft.DotNet.XUnitAssert.Tests (1)
Asserts\AsyncCollectionAssertsTests.cs (1)
22 Assert.Throws<ArgumentNullException>("action", () => Assert.All(Array.Empty<object>().ToAsyncEnumerable(), (Action<object, int>)null!));