字符串被修剪。是否可以使用UItest进行检查?

时间:2017-01-26 14:59:04

标签: swift

我是新手测试员。 如何检查价格是否未修剪?

for index in 0 ..< count {
   let cell = collectionTable.cells.element(boundBy: index)
   let cellStaticText = cell.staticTexts.element(boundBy: 0)
}

0 个答案:

没有答案