Starting to write unit tests in Swift 2 / Xcode 7 so thought I would keep a list of resources and share. Plan to keep this post updated as I find more. Feel free to ping additional resources in the comments!
- Talk by Jorge Oritz
- Real World Mocking in Swift (April 2016)
- brief overview by Natasha the Robot
- UI Testing Cheat Sheet (thanks @gregheo )
- @gregho Video series on RayWenderlich.com – Testing in iOS
- Creating Unit Tests With Xcode 5 by my colleague Steve Wessels
- Effective Tests
- language-agnostic unit test examples
- UI Testing in Xcode 7 by @designatedNerd
- sample app for above @designatedNerd (uses KIF)
- Better Unit Testing with Swift by Joe Masilotti
- iOS Unit Testing: Dependency Injection with Structs in Swift by Natasha the Robot
- {to be continued…}