Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode auto-generated unit tests

Tags:

xcode

swift

Coming from an Android background I am searching for a way to automatically generate the unit test method signatures in Xcode. I know this is supported in other IDEs and languages too, like Pycharm and Goland.

enter image description here

Is there anything similar in xCode or Swift?

like image 833
georgeok Avatar asked Sep 08 '25 09:09

georgeok


1 Answers

In a word, No. Xcode has no such feature. You just have to write the test "by hand".

like image 135
matt Avatar answered Sep 10 '25 02:09

matt