Is it possible to run a single test in Xcode 7? The little button on the right of the test method which I used for this seems to be missing. Is it a bug or did they move to a different place? Or what should I do for it to appear?
Asked
Active
Viewed 448 times
2

dariaa
- 6,285
- 4
- 42
- 58
-
1It's there in Xcode 7 for me: http://prntscr.com/8ivrnq – Chris Slowik Sep 21 '15 at 17:09
-
May be it works fine for UITests.. Do you have any "XCTestCase" tests? – dariaa Sep 21 '15 at 17:21
-
2Those aren't UI tests, but just checked the code window as well, and the buttons are there: http://prntscr.com/8iwqdb – Chris Slowik Sep 21 '15 at 18:17