public class Wait extends Object
| Constructor and Description |
|---|
Wait() |
| Modifier and Type | Method and Description |
|---|---|
static WaitWithTimeout |
until(Callable<Boolean> expectedState) |
static WaitWithTimeout |
until(Question question,
org.hamcrest.Matcher matcher) |
public static WaitWithTimeout until(Question question, org.hamcrest.Matcher matcher)
public static WaitWithTimeout until(Callable<Boolean> expectedState)
Copyright © 2021. All rights reserved.