theappbusiness / TABTestKit

Library designed to make writing and maintaining automated tests for iOS applications. This includes automation of bio-metrics and controlling of mock servers
MIT License
59 stars 13 forks source link

Feature/issue85/add refreshable protocol and refresh func #114

Closed annapiktas closed 4 years ago

annapiktas commented 4 years ago

Adding a Refreshable protocol similar to the existing Completable & Dismissible protocols. Each thing that conforms to Refreshable is responsible for how to refresh itself e.g. a refreshable screen needs pulling upwards to trigger the refresh. Refresh tests were added to Table & Collection View Tests. This is #85 TABTestKit enhancement.