TIL that pressing “Control + Option + Command + U” in Xcode runs whatever test method your cursor is in https://stackoverflow.com/questions/28057643/is-there-a-keyboard-shortcut-in-xcode-6-to-run-a-single-current-test-function-un
Is there a keyboard shortcut in Xcode 6 to run a single current test function under cursor?

Is there a keyboard shortcut in Xcode 6 to run the current test case under cursor? I know I can press Command + u to run all tests. Also, I can tap the test icon located to the left of the test fu...

Stack Overflow