3 references to All
Microsoft.DotNet.XUnitAssert.Tests (2)
CollectionAssertsTests.cs (2)
27 Assert.Throws<ArgumentNullException>(() => Assert.All(new object[0], (Action<object, int>)null!)); 68 Assert.All(items, (x, idx) => indices.Add(idx));
xunit.assert (1)
CollectionAsserts.cs (1)
40 All(collection, (item, index) => action(item));