问题
I was wondering if there is any documentation for the new UI Testing in XCode 7 introduced at WWDC 2015. If there is no documentation, are there any user-produced versions that are worth looking at?
Thanks
回答1:
Some of the useful links:
- Apple developer videos
- Apple Developer Doc
- mokacoding
回答2:
I used appledoc to generate some unofficial headers of XCTest on iOS 9. This includes the new XCU*
classes used in UI Testing.
- Unofficial headers (viewable online)
- Downloadable docset (GitHub repo)
来源:https://stackoverflow.com/questions/30882193/documentation-for-ui-testing-in-xcode-7