XCTestCase:使用 IndexPath 点击 collectionView 中的单元格

Posted

技术标签:

【中文标题】XCTestCase:使用 IndexPath 点击 collectionView 中的单元格【英文标题】:XCTestCase: Tap on cell in collectionView with IndexPath 【发布时间】:2015-12-02 18:14:19 【问题描述】:

我的 UI 测试中有一个集合视图,我想点击 IndexPath 1-0 的单元格。如何在 UI 测试中处理此单元格?

我找到了这个,但这不是我想要的:app.collectionViews.cells.elementAtIndex(1).tap()

【问题讨论】:

【参考方案1】:

elementAtIndex 现在已弃用。 您必须改用 elementBoundByIndex

【讨论】:

以上是关于XCTestCase:使用 IndexPath 点击 collectionView 中的单元格的主要内容,如果未能解决你的问题,请参考以下文章

如何在静态 objc 库中使用 XCTestcase

如何使用 XCTestCase 测试异步代码

XCTestCase 异步

如何在 XCTestCase 中测试 NSPersistentDocument?

XCTestCase 使用异步操作设置一次

XCTestCase 不提供项目类