ably / ably-asset-tracking-swift

iOS client SDKs for the Ably Asset Tracking service.
Apache License 2.0
9 stars 6 forks source link

Use Sourcery to generate `LogHandler` mock #505

Closed lawrence-forooghian closed 1 year ago

lawrence-forooghian commented 1 year ago

For #494, I want to be able to make assertions about the methods called on a LogHandler instance.

Please note that this PR is based on top of #501; please review that one first.