Arquillian Warp: API 1.0.0.Alpha4
A B C D E G H I M N O P R S T U V W 

A

Activity - Interface in org.jboss.arquillian.warp
The interface for invoking client activity which should trigger server request
AfterServlet - Annotation Type in org.jboss.arquillian.warp.servlet
Executed after the request is processed by javax.servlet.Servlet.

B

BeforeServlet - Annotation Type in org.jboss.arquillian.warp.servlet
Executed after the request is processed by javax.servlet.Servlet.
build() - Method in interface org.jboss.arquillian.warp.client.observer.ObserverBuilder
Builds the filter.

C

ClientWarpExecutionException - Exception in org.jboss.arquillian.warp.exception
The exception thrown on a client in reaction to unexpected behavior during Warp execution.
ClientWarpExecutionException() - Constructor for exception org.jboss.arquillian.warp.exception.ClientWarpExecutionException
 
ClientWarpExecutionException(String, Throwable) - Constructor for exception org.jboss.arquillian.warp.exception.ClientWarpExecutionException
 
ClientWarpExecutionException(String) - Constructor for exception org.jboss.arquillian.warp.exception.ClientWarpExecutionException
 
ClientWarpExecutionException(Throwable) - Constructor for exception org.jboss.arquillian.warp.exception.ClientWarpExecutionException
 
compareTo(HttpMethod) - Method in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
 
CONNECT - Static variable in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
This specification reserves the method name CONNECT for use with a proxy that can dynamically switch to being a tunnel
contains(String) - Method in interface org.jboss.arquillian.warp.client.filter.matcher.UriMatcherBuilder
Matches request that URI contains the given value.
containsHeader(String) - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpMessage
Returns true if and only if there is a header with the specified header name.
containsHeader(String) - Method in interface org.jboss.arquillian.warp.client.filter.matcher.HttpHeaderMatcherBuilder
Matches request that contains HTTP header with given name.
containsValue(String, String) - Method in interface org.jboss.arquillian.warp.client.filter.matcher.HttpHeaderMatcherBuilder
Matches request that HTTP header contains the given value.
copy() - Method in interface org.jboss.arquillian.warp.client.observer.ObserverBuilder
Copies this builder.

D

DELETE - Static variable in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
The DELETE method requests that the origin server delete the resource identified by the Request-URI.

E

endsWith(String) - Method in interface org.jboss.arquillian.warp.client.filter.matcher.UriMatcherBuilder
Matches request that URI ends with the given value.
equal(String, String) - Method in interface org.jboss.arquillian.warp.client.filter.matcher.HttpHeaderMatcherBuilder
Matches request that HTTP header is equal to the given value.
equal(HttpMethod) - Method in interface org.jboss.arquillian.warp.client.filter.matcher.MethodMatcherBuilder
Matches request that http method is equal to the given value.
equal(String) - Method in interface org.jboss.arquillian.warp.client.filter.matcher.UriMatcherBuilder
Matches request that URI is equal to the given value.
equalIgnoreCase(String) - Method in interface org.jboss.arquillian.warp.client.filter.matcher.UriMatcherBuilder
Matches request that URI matches case insensitive to the given value.
equals(Object) - Method in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
 
execute() - Method in interface org.jboss.arquillian.warp.client.execution.GroupInspectionBuilder
Executes the client activity, applying all the inspections in all given groups
expectCount(int) - Method in interface org.jboss.arquillian.warp.client.execution.GroupExecutionSpecifier
Specifies how much requests are expected to be validated with this request group settings

G

GET - Static variable in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
getGroup(Object) - Method in interface org.jboss.arquillian.warp.client.result.WarpResult
Returns request group result based on identifier used during request group specification
getHeader(String) - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpMessage
Returns the header value with the specified header name.
getHeaderNames() - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpMessage
Returns the Set of all header names that this message contains.
getHeaders(String) - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpMessage
Returns the header values with the specified header name.
getHeaders() - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpMessage
Returns the all header names and values that this message contains.
getHitCount() - Method in interface org.jboss.arquillian.warp.client.result.WarpGroupResult
Returns how many requests were verified in this group
getHttpFilterBuilder() - Method in class org.jboss.arquillian.warp.client.execution.WarpRuntime
Retrieves an instance of HttpFilterBuilder from the warp runtime.
getInspection() - Method in interface org.jboss.arquillian.warp.client.result.WarpGroupResult
Returns inspection verified during first request in this group
getInspectionForHitNumber(int) - Method in interface org.jboss.arquillian.warp.client.result.WarpGroupResult
Returns inspection verified during N-th request verified in this group
getInspections() - Method in interface org.jboss.arquillian.warp.client.result.WarpGroupResult
Returns list of all inspections verified during first request in this group
getInspectionsForHitNumber(int) - Method in interface org.jboss.arquillian.warp.client.result.WarpGroupResult
Returns list of all inspections verified during N-th request in this group
getInstance() - Static method in class org.jboss.arquillian.warp.client.execution.WarpRuntime
Retrieves the instance of the warp runtime.
getMethod() - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpRequest
Returns the method of this request.
getName() - Method in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
Returns the name of this method.
getUri() - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpRequest
Returns the URI (or path) of this request.
getUrl() - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpRequest
Returns the URL of this request
getWarpActivityBuilder() - Method in class org.jboss.arquillian.warp.client.execution.WarpRuntime
Retrieves an instance of WarpActivityBuilder from the warp runtime.
group() - Method in interface org.jboss.arquillian.warp.client.execution.GroupSpecifier
Specifies anonymous group of execution - each specified group will be independently filtered and executed, providing interface for verifying different inspections for several requests caused by single client activity.
group(Object) - Method in interface org.jboss.arquillian.warp.client.execution.GroupSpecifier
Specifies named group of execution - each specified group will be independently filtered and executed, providing interface for verifying different inspections for several requests caused by single client activity.
GROUP_ID - Static variable in interface org.jboss.arquillian.warp.client.execution.SingleInspectionSpecifier
The key for single request executions
GroupExecutionSpecifier - Interface in org.jboss.arquillian.warp.client.execution
 
GroupInspectionBuilder - Interface in org.jboss.arquillian.warp.client.execution
 
GroupInspectionSpecifier - Interface in org.jboss.arquillian.warp.client.execution
 
GroupSpecifier<R> - Interface in org.jboss.arquillian.warp.client.execution
 

H

hashCode() - Method in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
 
HEAD - Static variable in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
header() - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpFilterBuilder
Creates new http header matcher builder.
HttpFilterBuilder - Interface in org.jboss.arquillian.warp.client.filter.http
Builder responsible for creating RequestFilter class.
HttpFilters - Class in org.jboss.arquillian.warp.client.filter.http
An utility class for creating new instance of HttpRequestFilter.
HttpHeaderMatcherBuilder<T> - Interface in org.jboss.arquillian.warp.client.filter.matcher
A matcher builder responsible for handling URI filtering.
HttpMessage - Interface in org.jboss.arquillian.warp.client.filter.http
An HTTP message which provides common properties for HttpRequest and HttpResponse.
HttpMethod - Class in org.jboss.arquillian.warp.client.filter.http
The request method of HTTP or its derived protocols, such as RTSP and ICAP.
HttpMethod(String) - Constructor for class org.jboss.arquillian.warp.client.filter.http.HttpMethod
Creates a new HTTP method with the specified name.
HttpRequest - Interface in org.jboss.arquillian.warp.client.filter.http
An HTTP request.
HttpRequestFilter - Interface in org.jboss.arquillian.warp.client.filter.http
Specifies conditions which must be met in order to verify HTTP request

I

index(int) - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpFilterBuilder
Matches the request which has given index (number; order) in sequence of matched requests.
initiate(Activity) - Method in interface org.jboss.arquillian.warp.client.execution.WarpActivityBuilder
Takes client activity which should be executed in order to cause server request.
initiate(Activity) - Static method in class org.jboss.arquillian.warp.Warp
Takes client activity which should be performed in order to cause server request.
inspect(Inspection...) - Method in interface org.jboss.arquillian.warp.client.execution.GroupInspectionSpecifier
Asserts given server state
inspect(T) - Method in interface org.jboss.arquillian.warp.client.execution.SingleInspectionSpecifier
Asserts given server state
inspectAll(Inspection...) - Method in interface org.jboss.arquillian.warp.client.execution.SingleInspectionSpecifier
Asserts given server state
Inspection - Class in org.jboss.arquillian.warp
Provides contract for inspection objects which could be sent to a server, where they will execute and verify server logic.
Inspection() - Constructor for class org.jboss.arquillian.warp.Inspection
 

M

MatcherBuilder<T extends MatcherBuilder> - Interface in org.jboss.arquillian.warp.client.filter.matcher
A base interface for all matcher builders.
matches(String) - Method in interface org.jboss.arquillian.warp.client.filter.matcher.UriMatcherBuilder
Matches request that URI matches the given regular expression.
matches(T) - Method in interface org.jboss.arquillian.warp.client.filter.RequestFilter
Returns true if given request should be verified
method() - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpFilterBuilder
Creates new method matcher builder.
MethodMatcherBuilder<T> - Interface in org.jboss.arquillian.warp.client.filter.matcher
A matcher builder responsible for handling HttpMethod filtering.
MultipleGroupsPerRequestException - Exception in org.jboss.arquillian.warp.client.exception
Indicates that there are more than one groups matching given request.
MultipleGroupsPerRequestException(String) - Constructor for exception org.jboss.arquillian.warp.client.exception.MultipleGroupsPerRequestException
 

N

not() - Method in interface org.jboss.arquillian.warp.client.filter.matcher.MatcherBuilder
Creates negated matcher.

O

observe(RequestObserver) - Method in interface org.jboss.arquillian.warp.client.execution.ObserverSpecifier
Specifies what requests should be observed and verified on server
observe(Class<? extends RequestObserver>) - Method in interface org.jboss.arquillian.warp.client.execution.ObserverSpecifier
Specifies class which specifies what requests should be observed and verified on server
observe(ObserverBuilder<?, ?>) - Method in interface org.jboss.arquillian.warp.client.execution.ObserverSpecifier
Specifies builder which will be used to construct concrete observer
ObserverBuilder<T extends ObserverBuilder<T,K>,K extends RequestObserver> - Interface in org.jboss.arquillian.warp.client.observer
Provides means for creating an instance of given RequestFilter through a builder like pattern.
ObserverSpecifier<R> - Interface in org.jboss.arquillian.warp.client.execution
 
OPTIONS - Static variable in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
org.jboss.arquillian.warp - package org.jboss.arquillian.warp
 
org.jboss.arquillian.warp.client.exception - package org.jboss.arquillian.warp.client.exception
 
org.jboss.arquillian.warp.client.execution - package org.jboss.arquillian.warp.client.execution
 
org.jboss.arquillian.warp.client.filter - package org.jboss.arquillian.warp.client.filter
 
org.jboss.arquillian.warp.client.filter.http - package org.jboss.arquillian.warp.client.filter.http
 
org.jboss.arquillian.warp.client.filter.matcher - package org.jboss.arquillian.warp.client.filter.matcher
 
org.jboss.arquillian.warp.client.observer - package org.jboss.arquillian.warp.client.observer
 
org.jboss.arquillian.warp.client.result - package org.jboss.arquillian.warp.client.result
 
org.jboss.arquillian.warp.exception - package org.jboss.arquillian.warp.exception
 
org.jboss.arquillian.warp.servlet - package org.jboss.arquillian.warp.servlet
 

P

PATCH - Static variable in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
The PATCH method requests that a set of changes described in the request entity be applied to the resource identified by the Request-URI.
perform() - Method in interface org.jboss.arquillian.warp.Activity
Performs activity which triggers server request
POST - Static variable in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
The POST method is used to request that the origin server accept the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line.
PUT - Static variable in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.

R

request() - Static method in class org.jboss.arquillian.warp.client.filter.http.HttpFilters
Creates new instance of request filter builder.
Request - Interface in org.jboss.arquillian.warp.client.filter
The request from the client to the server.
RequestFilter<T> - Interface in org.jboss.arquillian.warp.client.filter
Specifies conditions which must be met in order to verify request
RequestObserver - Interface in org.jboss.arquillian.warp
Specifies what requests should be observed in given Warp execution

S

ServerWarpExecutionException - Exception in org.jboss.arquillian.warp.exception
The exception thrown on a server in reaction to unexpected behavior during Warp execution.
ServerWarpExecutionException(String) - Constructor for exception org.jboss.arquillian.warp.exception.ServerWarpExecutionException
 
ServerWarpExecutionException(Throwable) - Constructor for exception org.jboss.arquillian.warp.exception.ServerWarpExecutionException
 
ServerWarpExecutionException(String, Throwable) - Constructor for exception org.jboss.arquillian.warp.exception.ServerWarpExecutionException
 
setInstance(WarpRuntime) - Static method in class org.jboss.arquillian.warp.client.execution.WarpRuntime
Sets the instance of warp runtime.
SingleInspectionSpecifier - Interface in org.jboss.arquillian.warp.client.execution
 
startsWith(String) - Method in interface org.jboss.arquillian.warp.client.filter.matcher.UriMatcherBuilder
Matches request that URI starts with the given value.

T

toString() - Method in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
 
TRACE - Static variable in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
The TRACE method is used to invoke a remote, application-layer loop- back of the request message.

U

uri() - Method in interface org.jboss.arquillian.warp.client.filter.http.HttpFilterBuilder
Creates new uri matcher builder.
UriMatcherBuilder<T> - Interface in org.jboss.arquillian.warp.client.filter.matcher
A matcher builder responsible for handling URI filtering.

V

valueOf(String) - Static method in class org.jboss.arquillian.warp.client.filter.http.HttpMethod
Returns the HttpMethod represented by the specified name.

W

Warp - Class in org.jboss.arquillian.warp
Utility class for performing client activity followed by inspected server request.
Warp() - Constructor for class org.jboss.arquillian.warp.Warp
 
WarpActivityBuilder - Interface in org.jboss.arquillian.warp.client.execution
 
WarpExecutionBuilder - Interface in org.jboss.arquillian.warp.client.execution
Takes client activity and specifies how to verify its execution.
WarpExecutionException - Exception in org.jboss.arquillian.warp.exception
The exception thrown in reaction to unexpected behavior during Warp execution.
WarpExecutionException() - Constructor for exception org.jboss.arquillian.warp.exception.WarpExecutionException
 
WarpExecutionException(String, Throwable) - Constructor for exception org.jboss.arquillian.warp.exception.WarpExecutionException
 
WarpExecutionException(String) - Constructor for exception org.jboss.arquillian.warp.exception.WarpExecutionException
 
WarpExecutionException(Throwable) - Constructor for exception org.jboss.arquillian.warp.exception.WarpExecutionException
 
WarpGroupResult - Interface in org.jboss.arquillian.warp.client.result
The request group verification result.
WarpResult - Interface in org.jboss.arquillian.warp.client.result
Return of Warp execution with groups.
WarpRuntime - Class in org.jboss.arquillian.warp.client.execution
An abstraction of the Warp runtime.
WarpRuntime() - Constructor for class org.jboss.arquillian.warp.client.execution.WarpRuntime
Creates new instance of WarpRuntime class.
WarpTest - Annotation Type in org.jboss.arquillian.warp
Specifies that given test class should be considered a Warp test
A B C D E G H I M N O P R S T U V W 
Arquillian Warp: API 1.0.0.Alpha4

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.