io.restassured.authentication.NoAuthScheme 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.authentication;
import java.lang.*;
import java.util.*;
import java.io.*;
import java.net.*;
import groovy.lang.*;
import groovy.util.*;
public class NoAuthScheme
extends java.lang.Object implements
io.restassured.authentication.AuthenticationScheme, groovy.lang.GroovyObject {
public void authenticate(io.restassured.internal.http.HTTPBuilder httpBuilder) { }
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
}