com.jayway.restassured.internal.RequestSpecificationImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-assured Show documentation
Show all versions of rest-assured Show documentation
Java DSL for easy testing of REST services
package com.jayway.restassured.internal;
import com.jayway.restassured.config.*;
import com.jayway.restassured.internal.http.*;
import com.jayway.restassured.response.*;
import com.jayway.restassured.specification.*;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
public class RequestSpecificationImpl
extends java.lang.Object implements
com.jayway.restassured.specification.FilterableRequestSpecification, groovy.lang.GroovyInterceptable {
public RequestSpecificationImpl
(java.lang.String baseURI, int requestPort, java.lang.String basePath, com.jayway.restassured.authentication.AuthenticationScheme defaultAuthScheme, java.util.List filters, com.jayway.restassured.internal.KeystoreSpec keyStoreSpec, java.lang.Object defaultRequestContentType, com.jayway.restassured.specification.RequestSpecification defaultSpec, boolean urlEncode, com.jayway.restassured.config.RestAssuredConfig restAssuredConfig) {}
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public com.jayway.restassured.authentication.AuthenticationScheme getAuthenticationScheme() { return (com.jayway.restassured.authentication.AuthenticationScheme)null;}
public void setAuthenticationScheme(com.jayway.restassured.authentication.AuthenticationScheme value) { }
public com.jayway.restassured.specification.RequestSpecification when() { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification given() { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification that() { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.ResponseSpecification response() { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public com.jayway.restassured.response.Response get(java.lang.String path, java.lang.Object... pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response post(java.lang.String path, java.lang.Object... pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response put(java.lang.String path, java.lang.Object... pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response delete(java.lang.String path, java.lang.Object... pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response head(java.lang.String path, java.lang.Object... pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response patch(java.lang.String path, java.lang.Object... pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response options(java.lang.String path, java.lang.Object... pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response get(java.net.URI uri) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response post(java.net.URI uri) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response put(java.net.URI uri) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response delete(java.net.URI uri) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response head(java.net.URI uri) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response patch(java.net.URI uri) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response options(java.net.URI uri) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response get(java.net.URL url) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response post(java.net.URL url) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response put(java.net.URL url) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response delete(java.net.URL url) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response head(java.net.URL url) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response patch(java.net.URL url) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response options(java.net.URL url) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response get() { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response post() { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response put() { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response delete() { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response head() { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response patch() { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response options() { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response get(java.lang.String path, java.util.Map pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response post(java.lang.String path, java.util.Map pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response put(java.lang.String path, java.util.Map pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response delete(java.lang.String path, java.util.Map pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response head(java.lang.String path, java.util.Map pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response patch(java.lang.String path, java.util.Map pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.response.Response options(java.lang.String path, java.util.Map pathParams) { return (com.jayway.restassured.response.Response)null;}
public com.jayway.restassured.specification.RequestSpecification parameters(java.lang.String firstParameterName, java.lang.Object firstParameterValue, java.lang.Object... parameterNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification parameters(java.util.Map parametersMap) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification params(java.lang.String firstParameterName, java.lang.Object firstParameterValue, java.lang.Object... parameterNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification params(java.util.Map parametersMap) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification param(java.lang.String parameterName, java.lang.Object... parameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification parameter(java.lang.String parameterName, java.util.Collection> parameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification param(java.lang.String parameterName, java.util.Collection> parameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification queryParameter(java.lang.String parameterName, java.util.Collection> parameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification queryParam(java.lang.String parameterName, java.util.Collection> parameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification parameter(java.lang.String parameterName, java.lang.Object... parameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification queryParameters(java.lang.String firstParameterName, java.lang.Object firstParameterValue, java.lang.Object... parameterNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification queryParameters(java.util.Map parametersMap) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification queryParameter(java.lang.String parameterName, java.lang.Object... parameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification queryParams(java.lang.String firstParameterName, java.lang.Object firstParameterValue, java.lang.Object... parameterNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification queryParams(java.util.Map parametersMap) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification queryParam(java.lang.String parameterName, java.lang.Object... parameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification formParameter(java.lang.String parameterName, java.util.Collection> parameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification formParam(java.lang.String parameterName, java.util.Collection> parameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification formParameters(java.lang.String firstParameterName, java.lang.Object firstParameterValue, java.lang.Object... parameterNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification formParameters(java.util.Map parametersMap) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification formParameter(java.lang.String parameterName, java.lang.Object... additionalParameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification formParams(java.lang.String firstParameterName, java.lang.Object firstParameterValue, java.lang.Object... parameterNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification formParams(java.util.Map parametersMap) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification formParam(java.lang.String parameterName, java.lang.Object... parameterValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification urlEncodingEnabled(boolean isEnabled) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification pathParameter(java.lang.String parameterName, java.lang.Object parameterValue) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification pathParameters(java.lang.String firstParameterName, java.lang.Object firstParameterValue, java.lang.Object... parameterNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification pathParameters(java.util.Map parameterNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification pathParam(java.lang.String parameterName, java.lang.Object parameterValue) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification pathParams(java.lang.String firstParameterName, java.lang.Object firstParameterValue, java.lang.Object... parameterNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification pathParams(java.util.Map parameterNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification config(com.jayway.restassured.config.RestAssuredConfig config) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification keystore(java.io.File pathToJks, java.lang.String password) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification keystore(java.lang.String pathToJks, java.lang.String password) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification filter(com.jayway.restassured.filter.Filter filter) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification filters(java.util.List filters) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification filters(com.jayway.restassured.filter.Filter filter, com.jayway.restassured.filter.Filter... additionalFilter) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestLogSpecification log() { return (com.jayway.restassured.specification.RequestLogSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification and() { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification request() { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification with() { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.ResponseSpecification then() { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public com.jayway.restassured.specification.ResponseSpecification expect() { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public com.jayway.restassured.specification.AuthenticationSpecification auth() { return (com.jayway.restassured.specification.AuthenticationSpecification)null;}
public com.jayway.restassured.specification.AuthenticationSpecification authentication() { return (com.jayway.restassured.specification.AuthenticationSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification port(int port) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification body(java.lang.String body) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification content(java.lang.String content) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification baseUri(java.lang.String baseUriparam) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification body(byte... body) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification content(byte... content) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification body(java.lang.Object object) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification content(java.lang.Object object) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification body(java.lang.Object object, com.jayway.restassured.mapper.ObjectMapper mapper) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification body(java.lang.Object object, com.jayway.restassured.internal.mapper.ObjectMapperType mapperType) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification content(java.lang.Object object, com.jayway.restassured.mapper.ObjectMapper mapper) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification content(java.lang.Object object, com.jayway.restassured.internal.mapper.ObjectMapperType mapperType) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification contentType(com.jayway.restassured.http.ContentType contentType) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification contentType(java.lang.String contentType) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification headers(java.util.Map headers) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification headers(com.jayway.restassured.response.Headers headers) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification header(java.lang.String headerName, java.lang.Object headerValue, java.lang.Object... additionalHeaderValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification header(com.jayway.restassured.response.Header header) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification headers(java.lang.String firstHeaderName, java.lang.Object firstHeaderValue, java.lang.Object... headerNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification cookies(java.lang.String firstCookieName, java.lang.Object firstCookieValue, java.lang.Object... cookieNameValuePairs) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification cookies(java.util.Map cookies) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification cookies(com.jayway.restassured.response.Cookies cookies) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification cookie(java.lang.String cookieName, java.lang.Object value, java.lang.Object... additionalValues) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification cookie(com.jayway.restassured.response.Cookie cookie) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification cookie(java.lang.String cookieName) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RedirectSpecification redirects() { return (com.jayway.restassured.specification.RedirectSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification spec(com.jayway.restassured.specification.RequestSpecification requestSpecificationToMerge) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification specification(com.jayway.restassured.specification.RequestSpecification requestSpecificationToMerge) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification sessionId(java.lang.String sessionIdValue) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification sessionId(java.lang.String sessionIdName, java.lang.String sessionIdValue) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(com.jayway.restassured.specification.MultiPartSpecification multiPartSpec) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.lang.String controlName, java.io.File file) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.io.File file) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.lang.String name, java.io.File file, java.lang.String mimeType) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.lang.String controlName, java.lang.Object object) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.lang.String controlName, java.lang.Object object, java.lang.String mimeType) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.lang.String name, java.lang.String fileName, byte... bytes) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.lang.String name, java.lang.String fileName, byte[] bytes, java.lang.String mimeType) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.lang.String name, java.lang.String fileName, java.io.InputStream stream) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.lang.String name, java.lang.String fileName, java.io.InputStream stream, java.lang.String mimeType) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.lang.String name, java.lang.String contentBody) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.lang.String name, com.jayway.restassured.internal.NoParameterValue contentBody) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification multiPart(java.lang.String name, java.lang.String contentBody, java.lang.String mimeType) { return (com.jayway.restassured.specification.RequestSpecification)null;}
public java.lang.Object invokeFilterChain(java.lang.Object path, java.lang.Object method, java.lang.Object assertionClosure) { return null;}
public java.lang.Object applyRestAssuredConfig(com.jayway.restassured.internal.http.HTTPBuilder http) { return null;}
public java.lang.Object applySessionConfig(com.jayway.restassured.config.SessionConfig sessionConfig) { return null;}
public java.lang.Object applyEncoderConfig(com.jayway.restassured.internal.http.HTTPBuilder httpBuilder, com.jayway.restassured.config.EncoderConfig encoderConfig) { return null;}
public java.lang.Object applyHttpClientConfig(com.jayway.restassured.config.HttpClientConfig httpClientConfig) { return null;}
public java.lang.Object applyRedirectConfig(com.jayway.restassured.config.RedirectConfig redirectConfig) { return null;}
public java.lang.Object assembleBodyContent(java.lang.Object httpMethod) { return null;}
public java.lang.Object setRequestHeadersToHttpBuilder(com.jayway.restassured.internal.http.HTTPBuilder http) { return null;}
public void setResponseSpecification(com.jayway.restassured.specification.ResponseSpecification responseSpecification) { }
public java.lang.String getBaseUri() { return (java.lang.String)null;}
public java.lang.String getBasePath() { return (java.lang.String)null;}
public int getPort() { return (int)0;}
public java.util.Map getFormParams() { return (java.util.Map)null;}
public java.util.Map getPathParams() { return (java.util.Map)null;}
public java.util.Map getRequestParams() { return (java.util.Map)null;}
public java.util.Map getQueryParams() { return (java.util.Map)null;}
public com.jayway.restassured.response.Headers getHeaders() { return (com.jayway.restassured.response.Headers)null;}
public com.jayway.restassured.response.Cookies getCookies() { return (com.jayway.restassured.response.Cookies)null;}
public T getBody() { return null;}
public java.util.List getDefinedFilters() { return (java.util.List)null;}
public com.jayway.restassured.config.RestAssuredConfig getConfig() { return (com.jayway.restassured.config.RestAssuredConfig)null;}
public org.apache.http.client.HttpClient getHttpClient() { return (org.apache.http.client.HttpClient)null;}
public java.lang.String getRequestContentType() { return (java.lang.String)null;}
public com.jayway.restassured.specification.RequestSpecification noFilters() { return (com.jayway.restassured.specification.RequestSpecification)null;}
public com.jayway.restassured.specification.RequestSpecification noFiltersOfType(java.lang.Class filterType) { return (com.jayway.restassured.specification.RequestSpecification)null;}
private class RestAssuredHttpBuilder
extends com.jayway.restassured.internal.http.HTTPBuilder implements
groovy.lang.GroovyObject {
public RestAssuredHttpBuilder
(java.lang.Object defaultURI, java.lang.Object assertionClosure, boolean urlEncodingEnabled, com.jayway.restassured.config.RestAssuredConfig config, org.apache.http.impl.client.AbstractHttpClient client) {
super (null, null, false, (com.jayway.restassured.config.EncoderConfig)null, (org.apache.http.impl.client.AbstractHttpClient)null);
}
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public java.lang.Object getAssertionClosure() { return null;}
public void setAssertionClosure(java.lang.Object value) { }
protected java.lang.Object doRequest(com.jayway.restassured.internal.http.HTTPBuilder.RequestConfigDelegate delegate) { return null;}
protected java.lang.Object parseResponse(org.apache.http.HttpResponse resp, java.lang.Object contentType) { return null;}
}
private enum EncodingTarget
implements
groovy.lang.GroovyObject {
BODY, QUERY;
public static final com.jayway.restassured.internal.RequestSpecificationImpl.EncodingTarget MIN_VALUE = null;
public static final com.jayway.restassured.internal.RequestSpecificationImpl.EncodingTarget MAX_VALUE = null;
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public com.jayway.restassured.internal.RequestSpecificationImpl.EncodingTarget next() { return (com.jayway.restassured.internal.RequestSpecificationImpl.EncodingTarget)null;}
public com.jayway.restassured.internal.RequestSpecificationImpl.EncodingTarget previous() { return (com.jayway.restassured.internal.RequestSpecificationImpl.EncodingTarget)null;}
public static final com.jayway.restassured.internal.RequestSpecificationImpl.EncodingTarget $INIT(java.lang.Object... para) { return (com.jayway.restassured.internal.RequestSpecificationImpl.EncodingTarget)null;}
}
private enum PathType
implements
groovy.lang.GroovyObject {
BASE_URI, EXPLICIT;
public static final com.jayway.restassured.internal.RequestSpecificationImpl.PathType MIN_VALUE = null;
public static final com.jayway.restassured.internal.RequestSpecificationImpl.PathType MAX_VALUE = null;
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public com.jayway.restassured.internal.RequestSpecificationImpl.PathType next() { return (com.jayway.restassured.internal.RequestSpecificationImpl.PathType)null;}
public com.jayway.restassured.internal.RequestSpecificationImpl.PathType previous() { return (com.jayway.restassured.internal.RequestSpecificationImpl.PathType)null;}
public static final com.jayway.restassured.internal.RequestSpecificationImpl.PathType $INIT(java.lang.Object... para) { return (com.jayway.restassured.internal.RequestSpecificationImpl.PathType)null;}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy