3 references to All
xunit.assert (3)
CollectionAsserts.cs (3)
44
All
(collection, (item, index) => action(item), throwIfEmpty: false);
65
All
(collection, (item, index) => action(item), throwIfEmpty);
83
All
(collection, action, throwIfEmpty: false);