google/EarlGrey

Simple waiting API

Open

#150 opened on 2016年6月21日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Objective-C (760 forks)batch import
Hacktoberfest

Repository metrics

Stars
 (5,424 stars)
PR merge metrics
 (平均マージ 1d 1h) (30d で 8 merged PRs)

説明

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)

コントリビューターガイド