我开始使用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的最后一次更新.