All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jayway.restassured.internal.ResponseSpecificationImpl Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
package com.jayway.restassured.internal;

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 ResponseSpecificationImpl
  extends java.lang.Object  implements
    com.jayway.restassured.specification.FilterableResponseSpecification,    groovy.lang.GroovyObject {
public ResponseSpecificationImpl
(java.lang.String bodyRootPath, java.lang.Object responseContentType, com.jayway.restassured.specification.ResponseSpecification defaultSpec, com.jayway.restassured.internal.ResponseParserRegistrar rpr, com.jayway.restassured.config.RestAssuredConfig config) {
super ();
}
public ResponseSpecificationImpl
(java.lang.String bodyRootPath, java.lang.Object responseContentType, com.jayway.restassured.specification.ResponseSpecification defaultSpec, com.jayway.restassured.internal.ResponseParserRegistrar rpr, com.jayway.restassured.config.RestAssuredConfig config, com.jayway.restassured.response.Response response) {}
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.specification.ResponseSpecification content(java.util.List arguments, org.hamcrest.Matcher matcher, java.lang.Object... additionalKeyMatcherPairs) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.response.Response validate(com.jayway.restassured.response.Response response) { return (com.jayway.restassured.response.Response)null;}
public  com.jayway.restassured.specification.ResponseSpecification content(org.hamcrest.Matcher matcher, org.hamcrest.Matcher... additionalMatchers) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification content(java.lang.String key, org.hamcrest.Matcher matcher, java.lang.Object... additionalKeyMatcherPairs) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification statusCode(org.hamcrest.Matcher expectedStatusCode) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification statusCode(int expectedStatusCode) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification statusLine(org.hamcrest.Matcher expectedStatusLine) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification headers(java.util.Map expectedHeaders) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification headers(java.lang.String firstExpectedHeaderName, java.lang.Object firstExpectedHeaderValue, java.lang.Object... expectedHeaders) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification header(java.lang.String headerName, org.hamcrest.Matcher expectedValueMatcher) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification header(java.lang.String headerName, java.lang.String expectedValue) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification cookies(java.util.Map expectedCookies) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification cookies(java.lang.String firstExpectedCookieName, java.lang.Object firstExpectedCookieValue, java.lang.Object... expectedCookieNameValuePairs) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification cookie(java.lang.String cookieName, org.hamcrest.Matcher expectedValueMatcher) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification cookie(java.lang.String cookieName) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification cookie(java.lang.String cookieName, java.lang.Object expectedValue) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification spec(com.jayway.restassured.specification.ResponseSpecification responseSpecificationToMerge) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification specification(com.jayway.restassured.specification.ResponseSpecification responseSpecificationToMerge) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification statusLine(java.lang.String expectedStatusLine) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification body(org.hamcrest.Matcher matcher, org.hamcrest.Matcher... additionalMatchers) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification body(java.lang.String key, org.hamcrest.Matcher matcher, java.lang.Object... additionalKeyMatcherPairs) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification body(java.lang.String key, java.util.List arguments, org.hamcrest.Matcher matcher, java.lang.Object... additionalKeyMatcherPairs) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification body(java.util.List arguments, org.hamcrest.Matcher matcher, java.lang.Object... additionalKeyMatcherPairs) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification content(java.lang.String key, java.util.List arguments, org.hamcrest.Matcher matcher, java.lang.Object... additionalKeyMatcherPairs) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseLogSpecification log() { return (com.jayway.restassured.specification.ResponseLogSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification when() { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification response() { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.RequestSpecification given() { return (com.jayway.restassured.specification.RequestSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification that() { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.RequestSpecification request() { return (com.jayway.restassured.specification.RequestSpecification)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 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 head(java.lang.String path, java.lang.Object... pathParams) { 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.ResponseSpecification parser(java.lang.String contentType, com.jayway.restassured.parsing.Parser parser) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification and() { return (com.jayway.restassured.specification.ResponseSpecification)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.ResponseSpecification rootPath(java.lang.String rootPath) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification root(java.lang.String rootPath) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification noRoot() { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification noRootPath() { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification appendRoot(java.lang.String pathToAppend) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification appendRoot(java.lang.String pathToAppend, java.util.List arguments) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification rootPath(java.lang.String rootPath, java.util.List arguments) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification root(java.lang.String rootPath, java.util.List arguments) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  boolean hasBodyAssertionsDefined() { return false;}
public  boolean hasAssertionsDefined() { return false;}
public  com.jayway.restassured.specification.ResponseSpecification defaultParser(com.jayway.restassured.parsing.Parser parser) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification contentType(com.jayway.restassured.http.ContentType contentType) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification contentType(java.lang.String contentType) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  com.jayway.restassured.specification.ResponseSpecification contentType(org.hamcrest.Matcher contentType) { return (com.jayway.restassured.specification.ResponseSpecification)null;}
public  void setRequestSpec(com.jayway.restassured.specification.RequestSpecification requestSpecification) { }
public  org.hamcrest.Matcher getStatusCode() { return (org.hamcrest.Matcher)null;}
public  org.hamcrest.Matcher getStatusLine() { return (org.hamcrest.Matcher)null;}
public  boolean hasHeaderAssertions() { return false;}
public  boolean hasCookieAssertions() { return false;}
public  java.lang.String getResponseContentType() { return (java.lang.String)null;}
public  java.lang.String getRootPath() { return (java.lang.String)null;}
public  void throwIllegalStateExceptionIfRootPathIsNotDefined(java.lang.String description) { }
public class HamcrestAssertionClosure
  extends java.lang.Object  implements
    groovy.lang.GroovyObject {
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 call(java.lang.Object response, java.lang.Object content) { return null;}
public  java.lang.Object call(java.lang.Object response) { return null;}
public  java.lang.Object getResponseContentType() { return null;}
public  java.lang.Object getClosure() { return null;}
public  java.lang.Object validate(com.jayway.restassured.response.Response response) { return null;}
}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy