Using OCUnit and Xcode, is there a way to run only one test?
Ideally, I could run only one test method, but if there is a way to run only one test case, that would be fine too.
I am currently running the Test task, which runs all my tests, but it takes a lot of time, which ideally could be spent on other things.
source
share