Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.8k stars 601 forks source link

satisfyAllOf and satisfyAnyOf should only evaluate the expression once. #1045

Closed younata closed 1 year ago

younata commented 1 year ago

Fixes #529, going with the option to cache the expression as part of satisfyAllOf.

Also does this same thing for satisfyAnyOf.