How does unit testing on the iPhone work?

后端 未结 4 835
悲哀的现实
悲哀的现实 2020-12-30 11:55

Do I need special libraries for this, or can I just create a huge class that trys to instantiate every object of my project and test all the methods in there? How\'s that do

4条回答
  •  时光说笑
    2020-12-30 12:03

    I really love Kiwi: BDD (RSpec) for iPhone & iPad.

    For a comprehensive answer, check out iOS Tests/Specs TDD/BDD and Integration & Acceptance Testing.

提交回复
热议问题