XCode 5 unit testing: starts my app
You are running application test, not logic test. This means an instance of your app will be started and then run the unit tests. This allow you to perform some integration test that require your app is running. Here is the guide to setup application test and logic test. If you want to change it … Read more