Swap out your App Delegate for testing
Running unit tests often is important, that's why we want our test suite to run as fast as possible. You can speed up the execution of your unit tests by using a fake App Delegate instead of the real one.
31 Oct 2018 - 2 minutes read