google/EarlGrey

Simple waiting API

Open

#150 创建于 2016年6月21日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Objective-C (760 fork)batch import
Hacktoberfest

仓库指标

Star
 (5,424 star)
PR 合并指标
 (平均合并 1天 1小时) (30 天内合并 8 个 PR)

描述

per slack discussion with @tirodkar: waitFor(withTimeout:)

In my customized Espresso I can wrap a matcher with waitFor(...). Implementing the same waiting via a condition in EarlGrey works but it's a lot more code. I think it'd be worth investigating a simpler API for waiting (not having to explicitly create a GREYCondition)

贡献者指南