|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Wait.Waiting | |
|---|---|
| org.jboss.test.selenium.waiting | |
| Uses of Wait.Waiting in org.jboss.test.selenium.waiting |
|---|
| Methods in org.jboss.test.selenium.waiting that return Wait.Waiting | |
|---|---|
static Wait.Waiting |
Wait.dontFail()
Constructs preset instance of waiting (@see Waiting) with no failure. |
Wait.Waiting |
Wait.Waiting.dontFail()
Sets no failure after waiting timeout. |
static Wait.Waiting |
Wait.failWith(java.lang.CharSequence failureMessage,
java.lang.Object... args)
Constructs preset instance of waiting (@see Waiting) with given failure message parametrized by given objects If failure is set to null, timeout will not result to failure! |
Wait.Waiting |
Wait.Waiting.failWith(java.lang.CharSequence failureMessage,
java.lang.Object... args)
Returns preset instance of waiting (@see Waiting) with given failure message parametrized by given objects If failure is set to null, timeout will not result to failure! |
static Wait.Waiting |
Wait.failWith(java.lang.Object failureSubject)
Constructs preset instance of waiting (@see Waiting) with given subject of failure. |
Wait.Waiting |
Wait.Waiting.failWith(java.lang.Object failureSubject)
Returns Waiting object initialized with given subject of failure. |
static Wait.Waiting |
Wait.getDefault()
Constructs default preset instance of waiting (@see Waiting). |
static Wait.Waiting |
Wait.interval(long interval)
Constructs preset instance of waiting (@see Waiting) with given interval. |
Wait.Waiting |
Wait.Waiting.interval(long interval)
Sets condition testing interval to this instance and return it. |
static Wait.Waiting |
Wait.noDelay()
Constructs preset instance of waiting (@see Waiting) with no delay by interval between start waiting and first test for conditions. |
Wait.Waiting |
Wait.Waiting.noDelay()
Sets no delay by interval between start waiting and first test for conditions. |
static Wait.Waiting |
Wait.timeout(long timeout)
Constructs preset instance of waiting (@see Waiting) with given timeout. |
Wait.Waiting |
Wait.Waiting.timeout(long timeout)
Sets waiting timeout to this instance and return it. |
static Wait.Waiting |
Wait.withDelay(boolean isDelayed)
Constructs preset instance of waiting (@see Waiting) and set that testing condition should or shouldn't be delayed of one interval after the start of waiting. |
Wait.Waiting |
Wait.Waiting.withDelay(boolean isDelayed)
Set if testing condition should be delayed of one interval after the start of waiting. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||