parski / SnapshotTest

Snapshot testing tool for iOS and tvOS
BSD 2-Clause "Simplified" License
41 stars 6 forks source link

Only fail snapshot if last comparison fails on deferred assertion #7

Open parski opened 7 years ago

parski commented 7 years ago

When using SnapshotTest with a deferred test (such as the Nimble matcher toEventually) a verification should only fail if the last attempt before exceeding the timeout fails.