What's the best way to create a new unit test file?
Is there like a file new?
Is there a helper to create a test for a class?
I was surprised to not instantly find this (i.e. create test class for class), I'm guessing I'm just not finding it.
Please sign in to leave a comment.
It is possible to create a new test file: File -> New -> File from Xcode Template.
At the moment there is no helper for creating a test for existing class, but there is a feature request.