Pivotal Engineering Journal
Technical articles from Pivotal engineers.
Home
Author
Dan Carter
@dancarter
Posts By Dan Carter
Yuxin Bai
Dan Carter
Mar 31, 2017
Testing in Swift with Dependencies
Testing against frameworks/libraries is tricky in Swift because we can’t just spy on dependencies and fake out the response. Here is how we test neatly in Swift 3.
Categories:
Swift
Swift 3
Protocol
Testing