Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
TDD - Code Generated from Unit Test
Permanently deleted user
Created
Does AppCode have the ability to generate classes and methods from unit tests? One of my favorite features of VS and ReSharper and it would be killer for Objective-C.
there is no explicit 'generate class/method from test' functionality at the moment. Though, there is 'generate class/method' from usage' action that you can use from the tests: type some class name of method and press alt+enter:
Seamus,


there is no explicit 'generate class/method from test' functionality at the moment. Though, there is 'generate class/method' from usage' action that you can use from the tests:
type some class name of method and press alt+enter:
Is that what you looked for?
That'll work! :)
Thanks.