TDD - Code Generated from Unit Test

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.

0

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:
Screen Shot 2012-06-06 at 09.31.26 .png
Screen Shot 2012-06-06 at 09.32.01 .png

Is that what you looked for?

0
Avatar
Permanently deleted user

That'll work! :)

Thanks.

0

请先登录再写评论。