I created a new UI Test Target to try out the new XCode 7 UI tests. Aside from recording some steps, I also want to run some of my code inside the tests such as Utils class to test for some cases etc and take different paths in the test.
Is there a way to make all my project files and libraries included in this new UI Test Target ? I can make sure that my source files are include this UI Test Target from the Target Membership checkbox but that would mean that I would have to go through all my files and manually check that box?
Also, how does it work with the UIKit Framework? I need my tests to be able to find UIScreen class for instance.