| Package | Description |
|---|---|
| org.mule.tck.junit4.matcher |
| Modifier and Type | Method and Description |
|---|---|
Eventually<T> |
Eventually.atMostIn(int time,
TimeUnit timeUnit)
Configures the time limit for waiting for the matcher condition before failing.
|
static <T> Eventually<T> |
Eventually.eventually(org.hamcrest.Matcher<T> matcher)
Creates a matcher that retry the matcher until it is satisfied or until the timeout.
|
Eventually<T> |
Eventually.every(int time,
TimeUnit timeUnit)
Configures the repetition interval for retrying the matcher condition.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.