【发布时间】:2011-03-03 22:46:27
【问题描述】:
我是 iOS4 引入的 UIAutomation 的新手。我正在编写一个需要在滚动视图中滚动的测试。
所以UIAScrollView有以下方法:
- 向上滚动
- 向下滚动
- 向左滚动
- 向右滚动
- scrollToElementWithName
- scrollToElementWithPredicate
- scrollToElementWithValueForKey
我想知道在我的脚本中使用这些函数时,应用中调用了哪些UIScrollView 委托方法。
【问题讨论】:
标签: iphone unit-testing ios4 uiscrollview ios-ui-automation