|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
---|---|
com.google.code.tempusfugit.temporal |
Uses of Condition in com.google.code.tempusfugit.temporal |
---|
Methods in com.google.code.tempusfugit.temporal that return Condition | ||
---|---|---|
static
|
Conditions.assertion(T actual,
org.hamcrest.Matcher<T> matcher)
Useful when waiting for an assertion in tests, for example; |
|
static Condition |
Conditions.is(Thread thread,
Thread.State state)
|
|
static Condition |
Conditions.isAlive(Thread thread)
|
|
static Condition |
Conditions.isWaiting(Thread thread)
|
|
static Condition |
Conditions.not(Condition condition)
|
|
static Condition |
Conditions.shutdown(ExecutorService service)
|
Methods in com.google.code.tempusfugit.temporal with parameters of type Condition | ||
---|---|---|
static void |
Conditions.assertThat(Condition condition,
org.hamcrest.Matcher<Boolean> booleanMatcher)
|
|
static void |
Conditions.assertThat(String message,
Condition condition,
org.hamcrest.Matcher<Boolean> booleanMatcher)
|
|
static Condition |
Conditions.not(Condition condition)
|
|
static
|
WaitFor.waitOrTimeout(Condition condition,
Callable<T,E> onTimeout,
Timeout timeout)
|
|
static void |
WaitFor.waitOrTimeout(Condition condition,
Timeout timeout)
|
|
static void |
WaitFor.waitOrTimeout(Condition condition,
Timeout timeout,
Sleeper sleeper)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |