|
Graphene Selenium: Implementation 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.guard.RequestGuardFactory
public final class RequestGuardFactory
The factory for shortening use of RequestGuardInterceptors in code.
| Method Summary | |
|---|---|
static GrapheneSelenium |
guard(GrapheneSelenium selenium,
RequestType requestExpected)
Shortcut for registering a guard for specified request type on given selenium object. |
static GrapheneSelenium |
guardInterlayed(GrapheneSelenium selenium,
RequestType requestExpected)
Shortcut for registering a guard for specified request type on given selenium object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static GrapheneSelenium guard(GrapheneSelenium selenium,
RequestType requestExpected)
selenium - where should be registered the given request type guardrequestExpected - the request type to be guarded if the expected request is allowed to be preceeded by another
request type
public static GrapheneSelenium guardInterlayed(GrapheneSelenium selenium,
RequestType requestExpected)
Shortcut for registering a guard for specified request type on given selenium object.
This guard guards the right request type but allows interlaying of the request by another one of other type.
selenium - where should be registered the given request type guardrequestExpected - the request type to be guarded
|
Graphene Selenium: Implementation 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||