Quick / Nimble

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

Allow unwrap and pollUnwrap to take in custom descriptions #1162

Closed younata closed 1 month ago

younata commented 1 month ago

Fixes https://github.com/Quick/Nimble/issues/1160

This also allows pollUnwrap to take in custom timeout and polling intervals.

Also fixes a bug in the async version of withAssertionRecorder where we didn't reset the assertion recorder after tests.

The PR should summarize what was changed and why. Here are some questions to help you if you're not sure:

Checklist - While not every PR needs it, new features should consider this list: