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

Wil*_*ken 5 xcode xctest

我开始使用XCTest,只看到可能的点点滴滴.

我知道这些功能:

XCTAssertEqualObjects
XCTAssertTrue
Run Code Online (Sandbox Code Playgroud)

"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/

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

Joe*_*tti 5

Xcode 8更新:XCTest现在有官方文档.


我能提取appledocXCTest头文件和发布的在线文档.这是Xcode 7.2的最新更新.

非官方的XCTest文档