How to add Unit Test to your existing Xcode project
There are 2 checkboxes at the very beginning of the new project wizard, Include Unit Tests and Include UI Tests. You can use this guide to re-add those tests, if you removed the mark from the boxes during the new project creation process. If you forgot to include Unit test in your project, first you ...