ConditionChecker@Deprecated public static class ConditionChecker.ConditionCheckerBuilder extends Object
| Constructor and Description |
|---|
ConditionCheckerBuilder(Runnable predicate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ConditionChecker.ConditionCheckerBuilder |
as(String description)
Deprecated.
|
void |
becomesFalse()
Deprecated.
|
void |
becomesTrue()
Deprecated.
|
ConditionChecker.ConditionCheckerBuilder |
before(long timeoutMillis)
Deprecated.
|
ConditionChecker.ConditionCheckerBuilder |
before(long timeout,
TimeUnit unit)
Deprecated.
|
ConditionChecker.ConditionCheckerBuilder |
every(long periodMillis)
Deprecated.
|
ConditionChecker.ConditionCheckerBuilder |
every(long period,
TimeUnit unit)
Deprecated.
|
public ConditionCheckerBuilder(Runnable predicate)
public ConditionChecker.ConditionCheckerBuilder every(long period, TimeUnit unit)
public ConditionChecker.ConditionCheckerBuilder every(long periodMillis)
public ConditionChecker.ConditionCheckerBuilder before(long timeout, TimeUnit unit)
public ConditionChecker.ConditionCheckerBuilder before(long timeoutMillis)
public ConditionChecker.ConditionCheckerBuilder as(String description)
public void becomesTrue()
public void becomesFalse()
Copyright © 2017–2023. All rights reserved.