io.restassured.internal.RestAssuredResponseImpl 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 io.restassured.internal;
import java.lang.*;
import java.util.*;
import java.io.*;
import java.net.*;
import groovy.lang.*;
import groovy.util.*;
public class RestAssuredResponseImpl
extends io.restassured.internal.RestAssuredResponseOptionsImpl implements
io.restassured.response.Response, groovy.lang.GroovyObject {
public void parseResponse(java.lang.Object httpResponse, java.lang.Object content, java.lang.Object hasBodyAssertions, io.restassured.internal.ResponseParserRegistrar responseParserRegistrar) { }
public io.restassured.response.Response prettyPeek() { return (io.restassured.response.Response)null;}
public io.restassured.response.Response peek() { return (io.restassured.response.Response)null;}
public io.restassured.response.Response thenReturn() { return (io.restassured.response.Response)null;}
public io.restassured.response.Response andReturn() { return (io.restassured.response.Response)null;}
public io.restassured.response.ValidatableResponse then() { return (io.restassured.response.ValidatableResponse)null;}
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
}