我开始使用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/
但这些功能是否有主要且可靠的当前文档?
答案 0 :(得分:5)
Xcode 8更新:XCTest现在有official documentation。
我能够从XCTest
标头文件中提取appledoc并发布documentation online。最近更新了Xcode 7.2。
答案 1 :(得分:1)