Uses of Enum
org.jboss.arquillian.graphene.request.RequestType
Packages that use RequestType
-
Uses of RequestType in org.jboss.arquillian.graphene.request
Methods in org.jboss.arquillian.graphene.request that return RequestTypeModifier and TypeMethodDescriptionRequestGuard.clearRequestDone()Clears the request type cache and returns the last request typeRequestGuardException.getRequestDone()Returns the RequestType which was actually doneRequestGuardException.getRequestExpected()Returns the RequestType which was expected to be doneRequestGuard.getRequestType()static RequestTypeReturns 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.Constructors in org.jboss.arquillian.graphene.request with parameters of type RequestTypeModifierConstructorDescriptionRequestGuardException(RequestType requestExpected, RequestType requestDone)