| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.waiting.ajax | |
| org.jboss.arquillian.ajocado.waiting.retrievers |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
DefaultAjaxWaiting.waitForChange(JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
|
<T> void |
AjaxWaiting.waitForChange(JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
|
<T> void |
DefaultAjaxWaiting.waitForChange(T oldValue,
JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
|
<T> void |
AjaxWaiting.waitForChange(T oldValue,
JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
|
<T> T |
DefaultAjaxWaiting.waitForChangeAndReturn(JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
|
<T> T |
AjaxWaiting.waitForChangeAndReturn(JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
|
<T> T |
DefaultAjaxWaiting.waitForChangeAndReturn(T oldValue,
JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
|
<T> T |
AjaxWaiting.waitForChangeAndReturn(T oldValue,
JavaScriptRetriever<T> retriever)
Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Retriever<T>
Composes all types able to retrieve typed object from page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeRetriever
Retrieves the attribute with given attributeLocator.
|
class |
TextRetriever
Retrieves the text for given elementLocator
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.