tpierrain/NFluent

New check suggestion for collections

yhan opened this issue · 2 comments

yhan commented

May we have this option for collection, instead of

Check.That(milestones.All(x => HeIsANicePerson(x))).IsTrue();

provide this new check

Check.That(milestones).EachElementSatisfies( HeIsANicePerson );
yhan commented

Merci beaucoup :-)