| Package | Description |
|---|---|
| org.jboss.arquillian.graphene.request |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
RequestGuard.clearRequestDone()
Clears the request type cache and returns the last request type
|
RequestType |
RequestGuardException.getRequestDone()
Returns the RequestType which was actually done
|
RequestType |
RequestGuardException.getRequestExpected()
Returns the RequestType which was expected to be done
|
RequestType |
RequestGuard.getRequestType() |
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.
|
| Constructor and Description |
|---|
RequestGuardException(RequestType requestExpected,
RequestType requestDone) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.