@Deprecated public class ConditionChecker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConditionChecker.ConditionCheckerBuilder
Deprecated.
see
ConditionChecker |
| Constructor and Description |
|---|
ConditionChecker(Object predicate,
boolean expectedOutcome,
long period,
TimeUnit periodUnit,
String description)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
await(long timeout,
TimeUnit unit)
Deprecated.
Waits until the predicate becomes true, or a timeout occurs, whichever happens first.
|
static ConditionChecker.ConditionCheckerBuilder |
checkThat(BooleanSupplier predicate)
Deprecated.
|
static ConditionChecker.ConditionCheckerBuilder |
checkThat(Runnable predicate)
Deprecated.
|
public static ConditionChecker.ConditionCheckerBuilder checkThat(BooleanSupplier predicate)
public static ConditionChecker.ConditionCheckerBuilder checkThat(Runnable predicate)
public void await(long timeout,
TimeUnit unit)
Copyright © 2017–2023. All rights reserved.