| Interface | Description |
|---|---|
| MatcherExecute.FailStrategy | |
| Wait |
Wait until an expectation is met.
|
| WaitFailStrategy |
Strategy what to do if a condition does not get fulfilled within time.
|
| Class | Description |
|---|---|
| AbstractWaitFailStrategy |
Abstract implementation of
WaitFailStrategy. |
| DeceleratingWait |
A waiter that uses the exponential backoff approach when waiting for a condition.
|
| MatcherExecute |
Utility class to format matcher descriptions.
|
| MatcherExecute.AssertionErrorStrategy | |
| WaitTimeoutFailStrategy |
Fail-strategy to fail with timeout exception.
|
| Exception | Description |
|---|---|
| IgnorableStateQueryException |
Exception which evaluated functions might throw in order to signal that the current state query failed but should
be retried.
|
| WaitTimeoutException |
Exception which signals that a condition is not fulfilled within time.
|
Copyright © 2011-2017 CoreMedia AG. All Rights Reserved.