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

io.restassured.internal.ValidatableResponseImpl Maven / Gradle / Ivy

There is a newer version: 5.4.0
Show newest version
package io.restassured.internal;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;

public class ValidatableResponseImpl
  extends io.restassured.internal.ValidatableResponseOptionsImpl  implements
    io.restassured.response.ValidatableResponse,    groovy.lang.GroovyObject {
public ValidatableResponseImpl
(java.lang.String contentType, io.restassured.internal.ResponseParserRegistrar rpr, io.restassured.config.RestAssuredConfig config, io.restassured.response.Response response, io.restassured.response.ExtractableResponse extractableResponse, io.restassured.internal.log.LogRepository logRepository) {
super ((io.restassured.internal.ResponseParserRegistrar)null, (io.restassured.config.RestAssuredConfig)null, (io.restassured.response.Response)null, (io.restassured.response.ExtractableResponse)null, (io.restassured.internal.log.LogRepository)null);
}
public  io.restassured.response.Response originalResponse() { return (io.restassured.response.Response)null;}
public  io.restassured.response.ValidatableResponse time(org.hamcrest.Matcher matcher) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse time(org.hamcrest.Matcher matcher, java.util.concurrent.TimeUnit timeUnit) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse defaultParser(io.restassured.parsing.Parser parser) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse parser(java.lang.String contentType, io.restassured.parsing.Parser parser) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse spec(io.restassured.specification.ResponseSpecification responseSpecification) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse assertThat() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse using() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse and() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse all() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse body(java.util.List arguments, io.restassured.matcher.ResponseAwareMatcher responseAwareMatcher) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse body(java.lang.String key, java.util.List arguments, io.restassured.matcher.ResponseAwareMatcher responseAwareMatcher) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse body(java.lang.String key, io.restassured.matcher.ResponseAwareMatcher responseAwareMatcher) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse body(java.lang.String path, java.util.List arguments, org.hamcrest.Matcher matcher, java.lang.Object... additionalKeyMatcherPairs) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse body(java.util.List arguments, org.hamcrest.Matcher matcher, java.lang.Object... additionalKeyMatcherPairs) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse statusCode(org.hamcrest.Matcher expectedStatusCode) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse statusCode(int expectedStatusCode) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse statusLine(org.hamcrest.Matcher expectedStatusLine) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse statusLine(java.lang.String expectedStatusLine) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse headers(java.util.Map expectedHeaders) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse headers(java.lang.String firstExpectedHeaderName, java.lang.Object firstExpectedHeaderValue, java.lang.Object... expectedHeaders) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse header(java.lang.String headerName, org.hamcrest.Matcher expectedValueMatcher) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse header(java.lang.String headerName, io.restassured.matcher.ResponseAwareMatcher r) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse header(java.lang.String headerName, java.lang.String expectedValue) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse header(java.lang.String headerName, java.util.function.Function f, org.hamcrest.Matcher matcher) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse cookies(java.util.Map expectedCookies) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse cookie(java.lang.String cookieName) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse cookies(java.lang.String firstExpectedCookieName, java.lang.Object firstExpectedCookieValue, java.lang.Object... expectedCookieNameValuePairs) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse cookie(java.lang.String cookieName, org.hamcrest.Matcher expectedValueMatcher) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse cookie(java.lang.String cookieName, java.lang.Object expectedValue) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse cookie(java.lang.String cookieName, io.restassured.matcher.DetailedCookieMatcher detailedCookieMatcher) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse rootPath(java.lang.String rootPath) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse rootPath(java.lang.String rootPath, java.util.List arguments) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse root(java.lang.String rootPath, java.util.List arguments) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse root(java.lang.String rootPath) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse noRoot() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse noRootPath() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse appendRootPath(java.lang.String pathToAppend) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse appendRootPath(java.lang.String pathToAppend, java.util.List arguments) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse detachRootPath(java.lang.String pathToDetach) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse contentType(io.restassured.http.ContentType contentType) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse contentType(java.lang.String contentType) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse contentType(org.hamcrest.Matcher contentType) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse body(org.hamcrest.Matcher matcher, org.hamcrest.Matcher... additionalMatchers) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse body(java.lang.String path, org.hamcrest.Matcher matcher, java.lang.Object... additionalKeyMatcherPairs) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse content(java.lang.String path, java.util.List arguments, org.hamcrest.Matcher matcher, java.lang.Object... additionalKeyMatcherPairs) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ExtractableResponse extract() { return (io.restassured.response.ExtractableResponse)null;}
public  io.restassured.response.ValidatableResponseLogSpec log() { return (io.restassured.response.ValidatableResponseLogSpec)null;}
public  io.restassured.response.ValidatableResponse status() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse ifError() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse ifStatusCodeIsEqualTo(int statusCode) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse ifStatusCodeMatches(org.hamcrest.Matcher matcher) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse body() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse body(boolean shouldPrettyPrint) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse all(boolean shouldPrettyPrint) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse everything() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse everything(boolean shouldPrettyPrint) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse headers() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse cookies() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse ifValidationFails() { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse ifValidationFails(io.restassured.filter.log.LogDetail logDetail) { return (io.restassured.response.ValidatableResponse)null;}
public  io.restassured.response.ValidatableResponse ifValidationFails(io.restassured.filter.log.LogDetail logDetail, boolean shouldPrettyPrint) { return (io.restassured.response.ValidatableResponse)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) { }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy