6 references to All
Microsoft.DotNet.XUnitAssert.Tests (3)
AsyncCollectionAssertsTests.cs (1)
62
Assert.
All
(items, (_, idx) => indices.Add(idx));
CollectionAssertsTests.cs (2)
21
Assert.Throws<ArgumentNullException>("action", () => Assert.
All
(new object[0], (Action<object, int>)null!));
60
Assert.
All
(items, (_, idx) => indices.Add(idx));
xunit.assert (3)
AsyncCollectionAsserts.cs (1)
51
All
(AssertHelper.ToEnumerable(collection), action);
CollectionAsserts.cs (1)
55
All
(collection, (item, index) => action(item));
Sdk\Exceptions\AllException.cs (1)
34
/// or <see cref="Assert.
All
{T}(IEnumerable{T}, Action{T, int})"/>,