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

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

There is a newer version: 5.5.0
Show newest version
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) { }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy