|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestType | |
|---|---|
| org.jboss.test.selenium.guard.request | |
| org.jboss.test.selenium.request | |
| Uses of RequestType in org.jboss.test.selenium.guard.request |
|---|
| Methods in org.jboss.test.selenium.guard.request that return RequestType | |
|---|---|
RequestType |
RequestTypeGuardException.getRequestDone()
Returns the RequestType which was actually done |
RequestType |
RequestTypeGuardException.getRequestExpected()
Returns the RequestType which was expected to be done |
| Methods in org.jboss.test.selenium.guard.request with parameters of type RequestType | |
|---|---|
static AjaxSelenium |
RequestTypeGuardFactory.guard(AjaxSelenium selenium,
RequestType requestExpected)
Shortcut for registering a guard for specified request type on given selenium object. |
| Constructors in org.jboss.test.selenium.guard.request with parameters of type RequestType | |
|---|---|
RequestTypeGuard(RequestType requestExpected,
boolean interlayed)
Constructs the guard with predefined expected RequestType |
|
RequestTypeGuardException(RequestType requestExpected,
RequestType requestDone)
|
|
| Uses of RequestType in org.jboss.test.selenium.request |
|---|
| Methods in org.jboss.test.selenium.request that return RequestType | |
|---|---|
RequestType |
RequestInterceptor.clearRequestTypeDone()
Clears the request type indicated on the page, gives possibility to intercept subsequent requests. |
RequestType |
RequestInterceptor.getRequestTypeDone()
Obtains the done requestType from page. |
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||