xcode – 记录的XCTest函数的完整列表在哪里?

前端之家收集整理的这篇文章主要介绍了xcode – 记录的XCTest函数的完整列表在哪里?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我开始使用XCTest,只看到可能的点点滴滴.

我知道这些功能

XCTAssertEqualObjects
XCTAssertTrue

“Unit Test Your App”https://developer.apple.com/library/ios/documentation/ToolsLanguages/Conceptual/Xcode_Overview/UnitTestYourApp/UnitTestYourApp.html中有文档

另外,我看到头文件XCTestAssertions.h,这里的一些网页是http://iosunittesting.com/xctest-assertions/,另一个是http://appleprogramming.com/blog/2013/12/26/xctest-assertions-documentation/

但这些功能是否有主要且可靠的当前文档?

解决方法

Xcode 8更新:XCTest现在有 official documentation.

我能够从XCTest头文件提取appledoc并发布了documentation online.这是Xcode 7.2的最后一次更新.

Unofficial XCTest Documentation

猜你在找的Xcode相关文章