Looking at XCTest and Xcode 5 unit testing and not seeing how to run my unit tests under Instruments in Xcode 5...
Specifically I'd like to look for leaks during the test (this doesn't have to be automated in this instance, though clearly that'd be useful).
Possible?