AppCode 2.0 and Unit Tests
Unit Testing is very notable feature among others, however the description is very cryptic.
>> Out-of-the-box AppCode supports OCUnit and Kiwi testing frameworks.
What kind of support are we talking about? Can I generate test cases for existing classes/methods or create test cases from templates?
请先登录再写评论。
Currently execution of tests and navigation between tests and tested classes are supported.
Generation of test cases and methods is still in progress - http://youtrack.jetbrains.com/issue/OC-4192 , http://youtrack.jetbrains.com/issue/OC-2622.
Meanwhile OCUnit tests can be created with ''New | File from Xcode template...".