Swift unit tests with 3rd party dependencies - Treatwell Engineering
treatwell.engineeringAnyone who has written tests will have inevitably had to manage 3rd party dependencies. We don’t want to test those dependencies, instead we want to mock and inject them so that we can isolate our code.
Read more...