io.restassured.internal.ValidatableResponseImpl 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.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 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 io.restassured.response.Response originalResponse() { return (io.restassured.response.Response)null;}
}