首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

应用OCUnit做单元测试

2012-09-21 
使用OCUnit做单元测试具体步骤:http://developer.apple.com/tools/unittest.html?但是步骤说明中少了一点,

使用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"

热点排行