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

时间:2014-04-29 15:40:46

标签: 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/

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

2 个答案:

答案 0 :(得分:5)

Xcode 8更新:XCTest现在有official documentation

我能够从XCTest标头文件中提取appledoc并发布documentation online。最近更新了Xcode 7.2。

Unofficial XCTest Documentation

答案 1 :(得分:1)