3 references to AllAsync
xunit.assert (3)
CollectionAsserts.cs (3)
143 await AllAsync(collection, async (item, index) => await action(item), throwIfEmpty: false); 164 await AllAsync(collection, (item, index) => action(item), throwIfEmpty); 182 await AllAsync(collection, action, throwIfEmpty: false);