读书人

应用OCUnit做单元测试

发布时间: 2012-09-21 15:47:26 作者: rapoo

使用OCUnit做单元测试

具体步骤:

http://developer.apple.com/tools/unittest.html

?

但是步骤说明中少了一点,需要在新建的test target中的Run Script添加以下Script:

# Run the unit tests in this test bundle.

"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests"

读书人网 >移动开发

热点推荐