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.
请先登录再写评论。
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.