iPhone Unit Testing

前端 未结 5 1109
鱼传尺愫
鱼传尺愫 2021-02-02 02:39

I finished my project on an iPhone dev at uni WITHOUT doing \"useful\" unit testing (did some simple ones just to put on my report).

I was looking at the apple\'s unit t

5条回答
  •  时光取名叫无心
    2021-02-02 03:30

    i use GHUnit, is a test framework for Objective-C, you can follow the instruction on the page or see the video TDD for iPhone Development , GHUnit it's easy to use and very helpful.

    cheers!

提交回复
热议问题