5 references to All
Microsoft.DotNet.XUnitAssert.Tests (3)
Asserts\AsyncCollectionAssertsTests.cs (1)
61
Assert.
All
(items, (_, idx) => indices.Add(idx));
Asserts\CollectionAssertsTests.cs (2)
19
Assert.Throws<ArgumentNullException>("action", () => Assert.
All
([], (Action<object, int>)null!));
79
Assert.
All
(items, (_, idx) => indices.Add(idx));
xunit.assert (2)
AsyncCollectionAsserts.cs (1)
44
All
(AssertHelper.ToEnumerable(collection), action);
Sdk\Exceptions\AllException.cs (1)
32
/// or <see cref="Assert.
All
{T}(IEnumerable{T}, Action{T, int})"/>,